Missing documentation re: how to declare JSON entry to null #50
Labels
topic: documentation
Related to documentation for the project
type: imperfection
Perceived defect in any part of project
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:
JSONVar json; json["foo"] = null;
The text was updated successfully, but these errors were encountered: