JSON
From Wiki @ Karl Jones dot com
Revision as of 07:44, 3 September 2015 by Karl Jones (Talk | contribs)
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
It 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). TO DO: summarize.
See also
External links
- JSON @ Wikipedia