CiscoCisco
350-401 · Question #499
350-401 Question #499: Real Exam Question with Answer & Explanation
Sign in or unlock 350-401 to reveal the answer and full explanation for question #499. The question stem and answer options stay visible for context.
Submitted by lars.no· Mar 6, 2026Understanding and working with data formats and structured data (JSON) - commonly tested in certifications such as CompTIA IT Fundamentals (ITF+), web development, or API/data integration domains.
Question
Which JSON script is properly formatted? A. B. C. D.
Options
- A{ "Plates": { "use": "salad", "material": "porcelain", "shape": "round" } }
- B[ "Auto": { "maker": "Plymouth", "color": "green", "year": "1970" } ]
- C{ "furniture": [ { "type": "sofa", "material": "cloth", "color": "blue" } ] }
- D[ "Lodging": { "type": "motel", "address": "123 Main Street", "contact": "348-059-6776" } ]
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 structures#JSON syntax#arrays vs objects