JSON
JSON (JavaScript Object Notation) is a text format for objects, arrays, and primitive values. It is the default interchange format for many HTTP APIs and browser apps.
JSON requires double-quoted keys and strings, disallows comments and trailing commas, and parses consistently across languages. On ToolHub, format and validate JSON locally with the JSON toolkit tools, and read the What is JSON? guide for a longer introduction.