Which two statements accurately describe key characteristics of JSON data formatting in REST-based network API interactions? (Choose two.)
- Key names in JSON objects must be formatted as strings enclosed in double quotes.Cevap
- Square brackets [] are used to declare ordered arrays or lists of data values.Cevap
- CData elements and attributes are enclosed within XML-style opening and closing angle brackets.
- DStandard HTTP GET requests require a mandatory JSON request body payload to specify query attributes.
Cevap
The correct characteristics of JSON formatting are that key names must be strings enclosed in double quotes and square brackets are used to declare ordered arrays of data.
JSON uses specific syntax rules: key names must be double-quoted strings, and ordered arrays are contained within square brackets []. These characteristics make JSON lightweight and human-readable for network automation APIs.
Adım Adım Çözüm
Anahtar Kavram
JSON Data Format Structure and Characteristics in REST APIs