JSON.

JSON format example.

json visualization.

Why json?

JSON.parse() = > json to js objects

JSON.stringify() ⇒ js object to json

a quick comparision with xml

In JSON, values must be one of the following data types:

  • a string
  • a number
  • an object (JSON object)
  • an array
  • a boolean
  • null

Questions? : Reach Out