JSON Flashcards
1
Q
What does JSON stand for?
A
JavaScript Object Notation
2
Q
JSON looks exactly like JavaScript objects, but everything is a ____.
A
string. eg.) { "person": { "age": "21" } }
What does JSON stand for?
JavaScript Object Notation
JSON looks exactly like JavaScript objects, but everything is a ____.
string. eg.) { "person": { "age": "21" } }