What is JSON? Flashcards

1
Q

What does JSON stand for?

A

JSON stands for JavaScript Object Notation.

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

Why is JSON popular in web development?

A

JSON is popular because it formats data like an object in JavaScript, making it easy to work with in web projects.

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

What are the two main data formats you’ll encounter in web development?

A

XML and JSON are the two main data formats, with JSON being the dominant format.

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

How does JSON represent data?

A

JSON represents data using key-value pairs, similar to properties in JavaScript objects.

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