Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 698 Bytes

json.md

File metadata and controls

17 lines (11 loc) · 698 Bytes

JSON

Very popular plain text data exchange format.

Currently specified in by two competing standards:

JSON is based on EcmaScript 3 literal notation. For this reason it is specially popular amongst the JavaScript community.

It is however not a strict subset of JavaScript object only because it can contain two characters that JavaScript cannot: http://timelessrepo.com/json-isnt-a-javascript-subset and JSON creator said:

JSON is done. JSON will not be revised.