JSON (JavaScript Object Notation)

An open data representation standard based on JavaScript. It is used to transfer structured information and data objects in computer programs. JSON applies data organization methods that are common to most programming languages: key-value pairs and an ordered list of objects. A distinctive feature of the standard is its human-readable text and relative simplicity compared to XML.