Update json_value.cpp

This commit is contained in:
Denis Angell
2024-10-07 22:10:37 +02:00
parent e40d644113
commit 8acf291a76

View File

@@ -182,6 +182,7 @@ Value::Value(ValueType type) : type_(type), allocated_(0)
switch (type)
{
case nullValue:
value_.map_ = nullptr;
break;
case intValue: