May 2017
Intermediate to advanced
294 pages
7h 33m
English
JSON is a lightweight data-interchange format. It is based on a subset of the JavaScript programming language. JSON's popularity is directly related to XML getting unpopular. XML was a great solution to provide a structure to the data in plain text format. With time, XML documents became heavier, and the overhead was not worth it.
JSON solved this problem by providing a structure with minimal overhead. Some people call JSON fat-free XML.
JSON's syntax follows these rules:
"firstName" : "Bill"
Read now
Unlock full access