JSON
JSON (noun) means a plain-text format for storing and sending structured data, using labelled values grouped inside braces and lists inside square brackets. It is readable by people and easily processed by most programming languages. Example: “The API returns the whole order history as JSON.”
How to use JSON
Learner’s notesIn plain EnglishJSON is a simple text way of writing down data so programs can pass it around.
Pronounced like the name Jason. Used as an uncountable noun and as a modifier: "a JSON file", "parse the JSON".
JSON borrowed its syntax from JavaScript but is not JavaScript and is not tied to it — nearly every language can read and write it.
Trace the full origin ↓Fill the gap
Can you complete this real example?
The API returns the whole order history as _____.
Etymology
An initialism of JavaScript Object Notation, from the fact that its syntax follows the way objects are written in JavaScript.