Question: Which code uses the correct JSON syntax to encode the key/value pair shown?
- "accountNum": "000605802"
- accountNum: "000605802"
- "accountNum": 000605802
- accountNum: 000605802
Answer: The correct answer of the above question is Option A:"accountNum": "000605802"