JSON

JavaScript Object Notation (JSON) is a lightweight data interchange format that is easy for humans to read and write and easy for machines to parse and generate. JSON is commonly used for transmitting data in web applications (e.g., sending data from a server to a client). It is a text format that uses a collection of name/value pairs and ordered lists of values.