Add true, false, and null to sample json
This commit is contained in:
@@ -834,6 +834,9 @@ private:
|
||||
|
||||
const std::string json = R"({
|
||||
"a number": 12345,
|
||||
"true": true,
|
||||
"false": false,
|
||||
"null": null,
|
||||
"glossary": {
|
||||
"title": "example glossary",
|
||||
"GlossDiv": {
|
||||
|
||||
Reference in New Issue
Block a user