Category:JSON: Difference between revisions

From Rosetta Code
Content added Content deleted
m (Added stub template)
(describe)
Line 1: Line 1:
{{Programming Language}}{{stub}}
{{Programming Language}}{{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.

Revision as of 19:22, 26 November 2007

Programming Language
This is a programming language. It may be used to instruct computers to accomplish a variety of tasks which may or may not be domain-specific.

Listed below are all of the tasks on Rosetta Code which have been solved using this programming language.


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.