Category:JSON: Difference between revisions

From Rosetta Code
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.

Revision as of 23:32, 4 July 2009

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.
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.