XK0-006 · Question #89
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
(41 responses)- A5% (2)
- B2% (1)
- C88% (36)
- D5% (2)
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.