JSON stands for JavaScript Object Notation, invented y Douglas Crockford in the early 2000s.
List of 6 JSON's data types
- string
- number
- object
- array
- boolean
- null
Practice until you can't make it wrong.
JSON stands for JavaScript Object Notation, invented y Douglas Crockford in the early 2000s.