JSON Crash Course
  • Introduction to JSON
  • Data Types supported in JSON
  • Creation of simple JSON object and access its values
  • Access JSON object in a loop
  • Nesting JSON objects
  • Array as part of JSON object
  • Nested Arrays as part of JSON object
  • JSON.parse() method to get JavaScript object from JSON
  • JSON.stringify() method for converting JavaScript object to JSON data
  • Test what you have learned