CiscoCisco
350-401 · Question #1257
350-401 Question #1257: Real Exam Question with Answer & Explanation
Sign in or unlock 350-401 to reveal the answer and full explanation for question #1257. The question stem and answer options stay visible for context.
Submitted by certguy· Mar 6, 2026Understanding and applying proper JSON syntax and structure for data interchange and configuration in programming or automation contexts.
Question
Which JSON script is properly formatted? A. B. C. D.
Options
- A"class": { "name": "Reading 101", "Session ID": "474604043", "location":"B-15" }
- B[ "class": { "title": "Science", "grade": "11", "location": "Room C". } ]
- C"Auto":[ { "type": "truck", "model": "1500", "year": "2023" } ]
- D"music":[ { "title": "A New Song", "genre": "pop", "year": "2019" } ]
Unlock 350-401 to see the answer
You've previewed enough free 350-401 questions. Unlock 350-401 for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.
Topics
#JSON formatting#data serialization#syntax validation#structured data