nerdexam
CWNP

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…

IoT Fundamentals

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)
  • A
    76% (16)
  • B
    10% (2)
  • C
    5% (1)
  • D
    10% (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

#JSON#key-value pairs#data interchange#data format

Community Discussion

No community discussion yet for this question.

Full CWISA-102 Practice