Category:JSON: Difference between revisions

m
{{np language}}
m (link to json.org)
m ({{np language}})
 
(2 intermediate revisions by 2 users not shown)
Line 1:
{{stub}}{{np language|JSON}}{{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.