ExamGecko
Question list
Search
Search

Question 130 - 200-301 discussion

Report
Export

Which output displays a JSON data representation?

A.

Option A

Answers
A.

Option A

B.

Option B

Answers
B.

Option B

C.

Option C

Answers
C.

Option C

D.

Option D

Answers
D.

Option D

Suggested answer: C

Explanation:

JSON data is written as name/value pairs.

A name/value pair consists of a field name (in double quotes), followed by a colon, followed by a value:

"name":"Mark"

JSON can use arrays. Array values must be of type string, number, object, array, boolean or null.

For example:

{

"name":"John",

"age":30,

"cars":[ "Ford", "BMW", "Fiat" ]

}

JSON can have empty object like "taskId":{}

asked 07/10/2024
AHOPlvaro Zorrilla
37 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first