Solved

Which One of These Strings Is the Only Valid JSON

Question 21

Multiple Choice

Which one of these strings is the only valid JSON string?


A) { "cities": ("New York", "Palo Alto", "Boston") }
B) { "cities": {"New York", "Palo Alto", "Boston"} }
C) [ "cities": {"New York", "Palo Alto", "Boston"} ]
D) { "cities": ["New York", "Palo Alto", "Boston"] }

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions