Skip to content

Missing documentation re: how to declare JSON entry to null #50

Open
@Zhu-jiatong

Description

@Zhu-jiatong

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;

Metadata

Metadata

Assignees

No one assigned

    Labels

    topic: documentationRelated to documentation for the projecttype: imperfectionPerceived defect in any part of project

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions