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