ExamGecko
Question list
Search
Search

List of questions

Search

Question 199 - DA0-001 discussion

Report
Export

Which of the following best describes a difference between JSON and XML?

A.
JSON is quicker to read and write.
Answers
A.
JSON is quicker to read and write.
B.
JSON has to use an end tag.
Answers
B.
JSON has to use an end tag.
C.
JSON strings are longer
Answers
C.
JSON strings are longer
D.
JSON is much more difficult to parse.
Answers
D.
JSON is much more difficult to parse.
Suggested answer: A

Explanation:

The best answer is

A) JSON is quicker to read and write.

JSON (JavaScript Object Notation) is a lightweight data-interchange format that is based on the JavaScript programming language and easy to understand and generate. JSON uses a simple syntax that consists of name-value pairs and arrays, and does not require any end tags or attributes. JSON is quicker to read and write than XML (Extensible Markup Language), which is a markup language that uses a tag structure to represent data items. XML has a more complex and verbose syntax that requires end tags, attributes, and namespaces123

asked 02/10/2024
Eric Zarghami
51 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first