CCNA: Cisco Certified Network Associate — Question 288

Which JSON data type is an unordered set of attribute-value pairs?

Answer options

Correct answer: D

Explanation

The correct answer is D, as an object in JSON is defined as an unordered collection of key-value pairs. Options A (string), B (array), and C (Boolean) represent different data types in JSON that do not fit the definition of an unordered set of attribute-value pairs.