Which option about JSON is true - A. uses predefined tags or angle brackets () to delimit markup text B. used to describe structured data that includes arrays C. used for storing information D. similar to HTML, it is more verbose than XML Suggested Answer: B Community Answer: B 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ג€ ] } 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