CiscoCisco
350-401 · Question #1270
350-401 Question #1270: Real Exam Question with Answer & Explanation
Sign in or unlock 350-401 to reveal the answer and full explanation for question #1270. The question stem and answer options stay visible for context.
Submitted by brentm· Mar 6, 2026Understanding and applying proper JSON formatting and syntax rules, commonly tested in web development, API integration, and data management certification exams (e.g., Salesforce, CompTIA IT Fundamentals, or similar).
Question
Which JSON script is properly formatted? A. B. C. D.
Options
- A{ "paint":[{ "type":"indoor", "color":"white", "sheen":"satin" }] }
- B{ "session":[{ "title":"Writing 201", "grade":"11", "location":"Maine" }] }
- C{ "river":[ { "name":"Mississippi", "state":"Louisiana", "ranking":"13" } ] }
- D{ "file":[ { "name":"File_4782", "location":"User_files", "bytes":"05007 ", } ] }
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 syntax#data formatting#JSON structure#trailing comma error