JSON

JSON (Java Script Object Notation) is an open standard file format and data interchange format that uses human-readable text to store and transmit data objects consisting of attribute–value pairs and arrays (or other serialisable values).

It is a common data format with a diverse range of functionality in data interchange including communication of web applications with servers.

It is a language independent notation and many modern day programming languages have the capabilities to interpret the format.