JSON
From Market Ruler Help
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
- Wikipedia Article about JSON