We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30bbabc commit 2958d8cCopy full SHA for 2958d8c
1 file changed
src/jsonlib.cpp
@@ -261,7 +261,7 @@ namespace Jsonlib{
261
content_ = JsonArray{};
262
break;
263
case JsonType::STRING:
264
- content_ = std::string{};
+ content_ = std::string{ "\"\"" };
265
266
case JsonType::NUMBER:
267
content_ = std::string{ "0" };
@@ -459,7 +459,7 @@ namespace Jsonlib{
459
460
461
462
463
464
465
0 commit comments