Questions tagged [json]

JSON (JavaScript Object Notation) is a lightweight human-readable data interchange format. It is programming language-independent and many modern programming languages include code to generate and parse JSON-format data. JSON filenames use the extension .json.

JSON (JavaScript Object Notation) is a lightweight human-readable data interchange format. It is built on two structures: collections of name/value pairs and ordered lists of values.

JSON is programming language-independent. It was derived from JavaScript, but many modern programming languages include code to generate and parse JSON-format data. JSON filenames use the extension .json.

See JSON.org and Wikipedia's entry about JSON for examples and more information.

88 questions