A deployment definition for city cloud resources is stored as nested key/value text that many cloud APIs accept natively. Which common format is described?
Select an answer to reveal the explanation.
Short Explanation
JSON is the curly-brace language cloud APIs grew up speaking—nested keys and values that tools and templates share. It is not punch cards or audio files.
Full Explanation
JSON is a widely used structured text format with nested key/value objects and arrays. Many cloud control-plane APIs and IaC tools accept or emit JSON for resource definitions. It is distinct from binary firmware, paper media, or unrelated binary media formats.