Which character is used to separate JSON key/value pairs?

IT Exam Items RepositoryCategory: CCNAWhich character is used to separate JSON key/value pairs?

Which character is used to separate JSON key/value pairs?

  • (comma) ,
  • (semi colon) ;
  • (dash) -
  • (forward slash) /

Explanation: Each key/value pair in a series of key/value pairs is separated by a comma, so the middle of a JSON looks like this "key": "value", "key": "value".

Related exam: Quiz - Foundational Network Programmability Concepts
Related exam: CCNA 3 v7 Module 14 Quiz - Network Automation