0
11kviews
What do you mean by JSON? Why Use JSON over XML?
1 Answer
6
969views

JavaScript Object Notation (JSON)

  • JSON is a lightweight text-based open standard designed for human-readable data interchange.
  • It is derived from the JavaScript programming language for representing simple data structures and associative arrays, called objects. Despite its relationship to JavaScript, it is language-independent, with parsers available like most programming languages.
  • JSON …

Create a free account to keep reading this post.

and 4 others joined a min ago.

Please log in to add an answer.