Open Zhu-jiatong opened 1 year ago
The user may need to set a null value:
null
{ "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;
does nullptr work?
nullptr
The user may need to set a
null
value:But there is no formal documentation for the library and the examples don't demonstrate how to do it: