mirror of
https://github.com/nlohmann/json.git
synced 2025-07-13 20:21:48 +03:00
oops
This commit is contained in:
@ -9612,7 +9612,7 @@ basic_json_parser_63:
|
||||
// collect mandatory members
|
||||
const std::string op = get_value("op", "op", true);
|
||||
const std::string path = get_value(op, "path", true);
|
||||
json_pointer ptr(get_value(op, "path", true));
|
||||
json_pointer ptr(path);
|
||||
|
||||
if (op == "add")
|
||||
{
|
||||
|
Reference in New Issue
Block a user