wip
This commit is contained in:
parent
93820be50e
commit
13d8eebbca
@ -104,8 +104,8 @@ using Value = std::variant<String, Number, Object, Array, True, False, Null>;
|
|||||||
*/
|
*/
|
||||||
struct Object
|
struct Object
|
||||||
{
|
{
|
||||||
ankerl::unordered_dense::map<std::string, Value> values;
|
// ankerl::unordered_dense::map<std::string, Value> values;
|
||||||
// std::unordered_map<std::string, Value> values;
|
std::unordered_map<std::string, Value> values;
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user