Question: Which code uses the correct JSON syntax to encode the key/value pair shown?

  1. "accountNum": "000605802"
  2. accountNum: "000605802"
  3. "accountNum": 000605802
  4. accountNum: 000605802

Answer: The correct answer of the above question is Option A:"accountNum": "000605802"