mirror of
https://github.com/nlohmann/json.git
synced 2025-07-18 06:02:16 +03:00
fixed #304
This commit is contained in:
@ -9413,7 +9413,7 @@ class basic_json
|
||||
json_pointer top_pointer = ptr.top();
|
||||
if (top_pointer != ptr)
|
||||
{
|
||||
basic_json& x = result.at(top_pointer);
|
||||
result.at(top_pointer);
|
||||
}
|
||||
|
||||
// get reference to parent of JSON pointer ptr
|
||||
|
Reference in New Issue
Block a user