What is JSON

JSON is an open standard for exchanging data on the web. It supports data structures like object and array. So it is easy to write and read data from JSON.

What is JSON

  • JSON stands for JavaScript Object Notation.
  • JSON is an open standard data-interchange format.
  • JSON is lightweight and self describing.
  • JSON is originated from JavaScript.
  • JSON is easy to read and write.
  • JSON is language independent.
  • JSON supports data structures such as array and objects.

Features of JSON

  1. Simplicity
  2. Openness
  3. Self Describing
  4. Internationalization
  5. Extensibility
  6. Interoperability
Next TopicJSON vs XML




Contact US

Email:[email protected]

What is JSON
10/30