Intro to JSON

  • JSON stands for JavaScript Object Notation.
  • JSON is a data format that stores information in key:value pairs, just like a JavaScript Object does
  • In other words, JSON is a specific syntax of JavaScript that is used to serialize certain data types
Intro to JSON JSON stands for JavaScript Object Notation. JSON is a data format that stores information in key:value pairs, just like a JavaScript Object does In other words, JSON is a specific syntax of JavaScript that is used to serialize certain data types