Category:JSON: Difference between revisions

m
{{np language}}
m (Added stub template)
m ({{np language}})
 
(9 intermediate revisions by 7 users not shown)
Line 1:
{{Programmingstub}}{{np Languagelanguage}}{{stubformat}}
'''[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.