Skip to content

Commit 0902011

Browse files
wip
1 parent c3e9e12 commit 0902011

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/util/json_container.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ using Value = std::variant<String, Number, Object, Array, True, False, Null>;
104104
*/
105105
struct Object
106106
{
107-
std::unordered_map<std::string_view, Value> values;
107+
std::unordered_map<std::string, Value> values;
108108
};
109109

110110
/**

0 commit comments

Comments
 (0)