Question:
What are two syntax rules for writing a JSON array? (Choose two.)
- Each value in the array is separated by a comma.
- The array can include only one value type.
- A space must separate each value in the array.
- A semicolon separates the key and list of values.
- Values are enclosed in square brackets.
Explanation: A JSON array is a collection of ordered values within square brackets [ ]. The values in the array are separated by a comma. For example "users" : ["bob", "alice", "eve"].
Exam with this question: CCNP Core Networking: Modules 27 - 29 Checkpoint Exam: Virtualization, Automation, and Programmability Exam
Exam with this question: CCNA 3 v7 Course Final Exam Answers
Exam with this question: CCNA 200-301 Certification Practice Exam Answers
Please login or Register to submit your answer