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

What is JSON

A

it’s a text format that makes it easy to share date between devices like clients and servers.

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

What languages support JSON

A

C, Ruby, Perl, Python and PHP there maybe others so dont think these are all of them.

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

Why is it better than other formats like XML?

A

it’s smaller and easier to convert into a data structure. It also reads easily, as it uses minimal formatting. It’s also very easy to parse.

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