Category:JSON: Difference between revisions

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