XK0-005 · Question #824
Which of the following best describes JSON?
The correct answer is C. A file format for exchanging information or data between systems. JSON (JavaScript Object Notation) is a lightweight data-interchange format that is easy for humans to read and write, and easy for machines to parse and generate. JSON is commonly used to transmit data between a server and a client, as it is language-independent and can be used…
Question
Which of the following best describes JSON?
Options
- AA programming language that developers use to build dynamic websites
- BAn open-source platform that facilitates the creation and administration of isolated environments
- CA file format for exchanging information or data between systems
- DA software-based technique that allows a computer to simulate one or more machines so they
How the community answered
(61 responses)- A8% (5)
- B3% (2)
- C87% (53)
- D2% (1)
Explanation
JSON (JavaScript Object Notation) is a lightweight data-interchange format that is easy for humans to read and write, and easy for machines to parse and generate. JSON is commonly used to transmit data between a server and a client, as it is language-independent and can be used in many environments.
Topics
Community Discussion
No community discussion yet for this question.