Question 353:
Which of the following is the JSON encoding of a dictionary or hash?
Answer options:
A. {key: value} B. [key, value] C. {key, value} D. (key: value)
Answer correct:
A