Hacker News new | ask | show | jobs
by MalcolmDiggs 4270 days ago
If I'm reading it correctly: "null" would be a valid value, but a key/name would still need to be specified. So a blank document with the word "null" on it is invalid because the value of null has no key... but again, I may be reading it wrong.
1 comments

{"key": null}

vs

null

I'm pretty sure they're both valid.