Difference between revisions of "JSON"

From Market Ruler Help
Jump to: navigation, search
(Created page with "''Acronym''. '''J'''ava'''S'''cript '''O'''bject '''N'''otation. A cross-platform, easy-to-use and easy-to-parse syntax used in web applications and software development. '''J...")
(No difference)

Revision as of 21:53, 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

  • JSON.org The official specification of this syntax