CCNA: Cisco Certified Network Associate — Question 327
Which option about JSON is true -
Answer options
- A. uses predefined tags or angle brackets () to delimit markup text
- B. used to describe structured data that includes arrays
- C. used for storing information
- D. similar to HTML, it is more verbose than XML
Correct answer: B
Explanation
Option B is correct because JSON is specifically designed to represent structured data, which can include arrays. Options A and D are incorrect as JSON does not use tags or angle brackets like HTML or XML, and it is less verbose than XML. Option C, while true in a broad sense, does not capture the specific use of JSON in representing structured data.