JSON
The JavaScript Object Notation (JSON) is an open-standard file format or data interchange format that uses human-readable text to transmit data objects consisting of attribute-value pairs and array data types (or any other serializable value). JSON knows numbers, strings (text), boolean, arrays and objects; as well as NULL. Find more about JSON on Wikipedia: https://en.wikipedia.org/wiki/JSON.