Web needed common convention and language for communicating data
JavaScript Object Notion or JSON
A format for structuring data as a JavaScript object
Portable plain text file like markdown
Made up of _key _and value pairs
key and value separated by colons :
:
key-value pairs are separate by commas ,
,
Each object in curly braces {}
{}
keys and values must be written in double quotes
Last updated 1 month ago