Implementing Cisco SD-WAN Solutions (ENSDWI) — Question 343
What are three types of data that JSON uses when Cisco APIC REST API uses JavaScript?
Answer options
- A. GET, PUT, and DELETE
- B. SCALAR, OBJECT, and ARRAY
- C. GET, PUT, and POST
- D. SCALAR, POST, and OBJECT
Correct answer: B
Explanation
The correct answer is B, as JSON supports SCALAR, OBJECT, and ARRAY data types, which are fundamental to its structure. Options A and C refer to HTTP methods rather than data types, and option D incorrectly includes POST, which is not a data type in JSON.