nerdexam
CWNP

CWISA-103 · Question #25

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…

IoT Solution Design and Implementation

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

(24 responses)
  • A
    83% (20)
  • B
    8% (2)
  • C
    4% (1)
  • D
    4% (1)

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

#JSON#data structures#key-value pairs#data formats

Community Discussion

No community discussion yet for this question.

Full CWISA-103 Practice