CiscoCisco
350-401 · Question #382
350-401 Question #382: Real Exam Question with Answer & Explanation
Sign in or unlock 350-401 to reveal the answer and full explanation for question #382. The question stem and answer options stay visible for context.
Submitted by mike_84· Mar 6, 2026Understanding JSON data structure and syntax rules, including proper use of commas, string delimiters, and data types - commonly tested in web development, API integration, and data interchange certification domains.
Question
Which data is properly formatted with JSON? A. B. C. D.
Options
- A{ "name": "Peter" "age": "25" "likesJson": true "characteristics": ["small", "strong", 18] }
- B{ "name": "Peter", "age": "25", "likesJson": true, "characteristics": ["small", "strong", 18] }
- C{ "name": "Peter, "age": "25", "likesJson": true, "characteristics": ["small", "strong", 18"] }
- D{ "name": "Peter", "age": "25", "likesJson": true, "characteristics": ["small", "strong", "18"] }
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#Data Formatting#Web Data Exchange#Syntax Validation