Category:JSON: Difference between revisions

Content added Content deleted
m (link to json.org)
m (Created language observed in User:Rms s4.)
Line 1: Line 1:
{{stub}}{{np language|JSON}}
{{stub}}{{np language|JSON}}
'''[http://www.json.org/ JavaScript Object Notation]''' is a declarative subset of [[JavaScript]], used to describe complex data structures for serialization. It supports primitive types boolean, integer, real, and string. From these, composite structures such as arrays and objects (key/value associations) can be constructed.
'''[http://www.json.org/ JavaScript Object Notation]''' is a declarative subset of [[JavaScript]], used to describe complex data structures for serialization. It supports primitive types boolean, integer, real, and string. From these, composite structures such as arrays and objects (key/value associations) can be constructed.{{language}}{{stub}}