Which output displays a JSON data representation? A. B. C. D. Suggested Answer: C JSON data is written as name/value pairs. A name/value pair consists of a field name (in double quotes), followed by a colon, followed by a value: ג€nameג€:ג€Markג€ JSON can use arrays. Array values must be of type string, number, object, array, boolean or null. For example: { ג€nameג€:ג€Johnג€, ג€ageג€:30, ג€carsג€:[ ג€Fordג€, ג€BMWג€, ג€Fiatג€ ] } JSON can have empty object like ג€taskIdג€:{} This question is in 200-301 Cisco Certified Network Associate (CCNA) Exam For getting Cisco Certified Network Associate (CCNA) Certificate Disclaimers: The website is not related to, affiliated with, endorsed or authorized by Cisco. Trademarks, certification & product names are used for reference only and belong to Cisco. The website does not contain actual questions and answers from Cisco's Certification Exam.
Please login or Register to submit your answer