CWISA-102 · Question #31
What is a fundamental structural feature of JSON? (Choose the single best answer.)
The correct answer is A. It is a plaintext data structure that consists of free-form Key:Value pairs. JSON Fundamentals: JSON (JavaScript Object Notation) is a text-based format for representing data in a structured, yet flexible way. Its key features are: Key-Value Pairs: Information is organized as "key":"value" pairs, making it human-readable. Plaintext: JSON is not…
Question
What is a fundamental structural feature of JSON? (Choose the single best answer.)
Options
- AIt is a plaintext data structure that consists of free-form Key:Value pairs
- BIt is an encrypted data structure optimized for secure applications
- CIt is a data structure stored in MySQL databases for configuration management
- DIt Is a compressed data structure optimized for low bandwidth applications
How the community answered
(21 responses)- A76% (16)
- B10% (2)
- C5% (1)
- D10% (2)
Explanation
JSON Fundamentals: JSON (JavaScript Object Notation) is a text-based format for representing data in a structured, yet flexible way. Its key features are: Key-Value Pairs: Information is organized as "key":"value" pairs, making it human-readable. Plaintext: JSON is not encrypted, ensuring easy parsing across different systems.
Topics
Community Discussion
No community discussion yet for this question.