JSON Flashcards

1
Q

What does JSON stand for?

A

JavaScript Object Notation

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

JSON looks exactly like JavaScript objects, but everything is a ____.

A
string.
eg.) {
"person": {
     "age": "21"
}
}
How well did you know this?
1
Not at all
2
3
4
5
Perfectly