Category:JSON: Difference between revisions

From Rosetta Code
Content added Content deleted
m (put stub before language so it formats better)
m (link to json.org)
Line 1: Line 1:
{{stub}}{{np language|JSON}}
{{stub}}{{np language|JSON}}
'''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.
'''[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.

Revision as of 18:58, 17 November 2009

This page is a stub. It needs more information! You can help Rosetta Code by filling it in!
JSON is a language that is not a programming language. You may find a list of its implementations here. You may find a list of its users on RC here. Listed below are all of the tasks on Rosetta Code which have been solved using JSON.
Your Help Needed
If you know JSON, please write code for some of the tasks not implemented in JSON.

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.