JSON data
JSON
Why?
Web needed common convention for sharing data
Portable plain text file
What?
JavaScript Object Notion or JSON
A format for structuring data as a JavaScript object
How?
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
Example
https://codepen.io/manikoth/pen/pozModJ
Reference
Last updated