What is JSON? Flashcards
1
Q
What does JSON stand for?
A
JSON stands for JavaScript Object Notation.
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.
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.
4
Q
How does JSON represent data?
A
JSON represents data using key-value pairs, similar to properties in JavaScript objects.