Which code uses the correct JSON syntax for encoding a key/value pair with a null value?( )
"lastVisit": "null"
lastVisit: null
"lastVisit": 0
"lastVisit": undefined
Which code uses the correct JSON syntax for encoding a key/value pair with a null value?( )
"lastVisit": "null"
lastVisit: null
"lastVisit": 0
"lastVisit": undefined