Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Zhu-jiatong opened this issue Jun 15, 2023 · 1 comment
Open

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

Zhu-jiatong opened this issue Jun 15, 2023 · 1 comment
Labels
topic: documentation Related to documentation for the project type: imperfection Perceived defect in any part of project

Comments

@Zhu-jiatong
Copy link

Zhu-jiatong commented Jun 15, 2023

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;
@per1234 per1234 changed the title How to declare JSON entry to null Missing documentation re: how to declare JSON entry to null Jun 15, 2023
@per1234 per1234 added type: imperfection Perceived defect in any part of project topic: documentation Related to documentation for the project labels Jun 15, 2023
@Zhu-jiatong
Copy link
Author

does nullptr work?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
topic: documentation Related to documentation for the project type: imperfection Perceived defect in any part of project
Projects
None yet
Development

No branches or pull requests

2 participants