JSON — JavaScript Object Notation

JSON is a lightweight, readable data interchange format. It consists of objects, arrays and primitive values. JSON is the standard format of modern APIs. In JavaScript it is native; other languages have corresponding parsers.