Computer Science, asked by 17131a0840, 8 hours ago

Which one of the following options represent a JSON array?
O {"alphabets":["a","x","z"]}
O "alphabets":a;x;z
O {"alphabets":[a,x,z]}
O {'alphabets':["a","x","Z"]}

Answers

Answered by yashuum
12

Answer:

{"alphabets":["a","x","z"]}

Similar questions