Which code uses the correct JSON syntax to encode the key/value pair shown?accountNum: '000605802'( )
"accountNum": "000605802"
accountNum: "000605802"
"accountNum": 000605802
AccountNum: 000605802
Which code uses the correct JSON syntax to encode the key/value pair shown?accountNum: '000605802'( )
"accountNum": "000605802"
accountNum: "000605802"
"accountNum": 000605802
AccountNum: 000605802