M8 JSON Flashcards

(7 cards)

1
Q

Its primary purpose is to serve as data representation format used to store and transfer information across the web

A

JSON

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

A type of data representation format, used to communicate data across the web

A

JSON

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

JSON

A

JavaScript object notation

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

JSON

A

JavaScript object notation

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

Different data types JSON supports

A
  1. Numbers
  2. Booleans (true,false)
  3. Strings
  4. Arrays [1,4, “hello”]
  5. Objects {“name”: “Joe”, age: 27}
  6. Null
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Collection of key-value pairs

A

Objects

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

You need quotations for keys in json files

A

Ok

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