Difference between revisions of "JSON"

From Market Ruler Help
Jump to: navigation, search
 
Line 1: Line 1:
 
''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. '''JSON''' is flexible enough to represent complex structures.
 
''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. '''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.
+
'''JSON''' can be easily read and written by [[JavaScript]] which makes it ideal for developing web sites and web applications.
  
 
== See also ==
 
== See also ==

Latest 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 and written by JavaScript which makes it ideal for developing web sites and web applications.

See also