Sign Up
Log In
Home
discussion
Exam 350-401 Question id=5707 Automation

Which JSON syntax is valid?

A. {"switch": "name": "dist1", "interfaces": ["gig1", "gig2", "gig3"]}
B. {/"switch/": {/"name/": "dist1", /"interfaces/": ["gig1", "gig2", "gig3"]}}
C. {"switch": {"name": "dist1", "interfaces": ["gig1", "gig2", "gig3"]}}
D. {'switch': ('name': 'dist1', 'interfaces': ['gig1', 'gig2', 'gig3'])}