HTML-Advisor
Mostly practical advices

Posts Tagged ‘notation’

What is JSON?

Sunday, July 29th, 2007

JSON , which stands for “JavaScript Object Notation”, is a lightweight data-interchange format that is easy for humans to read and write, and for machines to parse and generate. JSON is based on the Object Notation of the JavaScript language. However, it does not require JavaScript to read or write because it is a text [...]