Category:JSON: Difference between revisions

m
put stub before language so it formats better
(JSON is not a programming language. Even declarative languages have execution semantics; JSON does not. It is a data structure format.)
m (put stub before language so it formats better)
Line 1:
{{stub}}{{np language|JSON}}{{stub}}
'''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.