Category:JSON: Difference between revisions

From Rosetta Code
Content added Content deleted
(describe)
m (Changed over to language header)
Line 1: Line 1:
{{Programming Language}}{{stub}}
{{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.

Revision as of 01:17, 30 November 2007

Language
JSON
This programming language may be used to instruct a computer to perform a task.
See Also:


Listed below are all of the tasks on Rosetta Code which have been solved using JSON.
This page is a stub. It needs more information! You can help Rosetta Code by filling it in!

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.

Subcategories

This category has the following 3 subcategories, out of 3 total.

Pages in category "JSON"

The following 4 pages are in this category, out of 4 total.