1
This commit is contained in:
parent
02b5137bf6
commit
dffa31103a
@ -424,7 +424,7 @@ namespace a8
|
||||
{
|
||||
if (type_ == a8::XOT_OBJECT) {
|
||||
for (auto& pair : *value_.object_value) {
|
||||
kv_list[pair.first] = pair.second->AsXValue().GetString();
|
||||
kv_list[pair.first + ""] = pair.second->AsXValue().GetString() + "";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user