Category:JSON: Difference between revisions

m
{{np language}}
(Format. Also, two applications of language tempaltes?! (np language, and language))
m ({{np language}})
 
Line 1:
{{stub}}{{np language}}{{format}}
'''[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.