Difference between revisions of "JSON"

From Wiki @ Karl Jones dot com
Jump to: navigation, search
(Web services and Ajax)
(External links)
Line 26: Line 26:
  
 
* [https://en.wikipedia.org/wiki/JSON JSON] @ Wikipedia
 
* [https://en.wikipedia.org/wiki/JSON JSON] @ Wikipedia
 +
[[Category:Web design and development]]

Revision as of 17:39, 17 March 2016

JSON, or JavaScript Object Notation, is an open standard format that uses human-readable text to transmit data objects consisting of attribute–value pairs.

Description

JSON is used primarily to transmit data between a server and a web application

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

Web services and Ajax

See Web service and Ajax (programming).

See also

External links