Please enable JavaScript to use CodeHS

Web Development

Lesson 4.3 Storing Data Structures with Local Storage

Description

In this lesson, students learn how to store objects and data structures in local storage using JSON.


Objective

Students will be able to:

  • Store objects and data structures in local storage using JSON.stringify
  • Retrieve objects and data structures from local storage using JSON.parse
  • Describe the use and purpose of JSON