CiscoCisco
350-401 · Question #1302
350-401 Question #1302: Real Exam Question with Answer & Explanation
Sign in or unlock 350-401 to reveal the answer and full explanation for question #1302. The question stem and answer options stay visible for context.
Submitted by kwame.gh· Mar 6, 2026Understanding and applying proper JSON syntax and structure for data interchange and configuration, commonly tested in IT Fundamentals, Web Development, and Data/API integration certification domains.
Question
Which JSON script is properly formatted? A. B. C. D.
Options
- A{"Lodging": { "type":"motel", "location":"Main Street, "contact":346-137-6187 } }
- B{"Plates": { [ "use":"salad", "size":"small", "shape":"round" ] } }
- C{"furniture": { "type":"Sofa", "material":"cloth", "color":"blue" } }
- D{"Auto": { "maker":"Plymouth", "color":"green", "year":1970, } }
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#web data formats