Closed
Description
In JSON Q2, Which code is the closest JSON equivalent of the data shown?
the correct option marked is
{ "color": "red", "color": "blue", "color": "green" }
but according to the question, the given data is an array of strings, and I believe the correct option should be
[ "red", "blue", "green" ]
as it is a valid JSON (ref attached)
Metadata
Assignees
Labels
No labels