Add true, false, and null to sample json

This commit is contained in:
2025-05-13 13:48:35 -04:00
parent 58a8380005
commit 4e4f69cb88

View File

@@ -834,6 +834,9 @@ private:
const std::string json = R"({ const std::string json = R"({
"a number": 12345, "a number": 12345,
"true": true,
"false": false,
"null": null,
"glossary": { "glossary": {
"title": "example glossary", "title": "example glossary",
"GlossDiv": { "GlossDiv": {