JN0-224 · Question #156
Which statement is valid regarding YAML and JSON?
The correct answer is D. YAML and JSON are case-sensitive. Both YAML and JSON are case-sensitive, meaning that the distinction between uppercase and lowercase characters matters. For example, in JSON or YAML, Key and key would be considered Option D (case-sensitive) is correct because both YAML and JSON treat keys and values with…
Question
Which statement is valid regarding YAML and JSON?
Options
- AYAML and JSON use indentation.
- BWhite space is ignored in YAML and JSON.
- CComments are available in YAML and JSON.
- DYAML and JSON are case-sensitive.
How the community answered
(43 responses)- A7% (3)
- B2% (1)
- C5% (2)
- D86% (37)
Explanation
Both YAML and JSON are case-sensitive, meaning that the distinction between uppercase and lowercase characters matters. For example, in JSON or YAML, Key and key would be considered Option D (case-sensitive) is correct because both YAML and JSON treat keys and values with different cases as distinct.
Topics
Community Discussion
No community discussion yet for this question.