Category:JSON: Difference between revisions

m
{{np language}}
(mark as a declarative language)
m ({{np language}})
 
(5 intermediate revisions by 4 users not shown)
Line 1:
{{np language|JSONstub}}{{np language programming paradigm|Declarative}}{{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.