Add true, false, and null to sample json
This commit is contained in:
@@ -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": {
|
||||||
|
|||||||
Reference in New Issue
Block a user