Missing documentation re: how to declare JSON entry to null
Zhu-jiatong opened this issue · 1 comments
Zhu-jiatong commented
The user may need to set a null
value:
{
"foo": null
}
But there is no formal documentation for the library and the examples don't demonstrate how to do it:
JSONVar json;
json["foo"] = null;
Zhu-jiatong commented
does nullptr
work?