Category:JSON: Difference between revisions

JSON is not a programming language. Let's have a template for that.
m (Changed over to language header)
(JSON is not a programming language. Let's have a template for that.)
Line 1:
{{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.