JSON

From Wiki @ Karl Jones dot com
Revision as of 11:24, 10 May 2015 by Karl Jones (Talk | contribs) (Def.)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

JSON, or JavaScript Object Notation, is an open standard format that uses human-readable text to transmit data objects consisting of attribute–value pairs. It is used primarily to transmit data between a server and web application, as an alternative to XML.

Although originally derived from JavaScript, JSON is a language-independent data format.

Code for parsing and generating JSON data is readily available in many programming languages.

External Links