Difference between revisions of "JSON"

From Market Ruler Help
Jump to: navigation, search
Line 6: Line 6:
  
 
* [http://json.org/ JSON.org] The official specification of this syntax
 
* [http://json.org/ JSON.org] The official specification of this syntax
 +
* [https://en.wikipedia.org/wiki/JSON Wikipedia Article about JSON]
  
 
[[Category:Acronym]]
 
[[Category:Acronym]]
 
[[Category:Glossary]]
 
[[Category:Glossary]]

Revision as of 22:03, 12 May 2018

Acronym. JavaScript Object Notation. A cross-platform, easy-to-use and easy-to-parse syntax used in web applications and software development. JSON is flexible enough to represent complex structures.

JSON can be easily read by JavaScript which makes it ideal for developing web sites and web applications.

See also