Cisco Certified Network Associate (200-301 CCNA) – Question733

Which of the following is the JSON encoding of a dictionary or hash?

A.
{"key": "value"}
B. ["key", "value"]
C. {"key", "value"}
D. ("key": "value")

Correct Answer: A