
Which data format is text-based, natively supported by JavaScript, and widely used for web APIs and configuration?
Easy
Create a free account to see more questions and build your own quiz.
Get StartedWhich data format is text-based, natively supported by JavaScript, and widely used for web APIs and configuration?
Options:
- XML
- JSON
- YAML
- Protocol Buffers
Correct answer: JSON
Explanation: JSON is a text-based data-interchange format popular for web APIs; Douglas Crockford popularized it in 2001 and it is natively supported by JavaScript engines.
Created . Updated .