mirror of
https://github.com/nlohmann/json.git
synced 2025-07-21 04:22:05 +03:00
Merge pull request #2054 from nlohmann/feature/issue1983
Fix bug in diff function
This commit is contained in:
@ -23833,7 +23833,7 @@ class basic_json
|
||||
result.push_back(
|
||||
{
|
||||
{"op", "add"},
|
||||
{"path", path + "/" + std::to_string(i)},
|
||||
{"path", path + "/-"},
|
||||
{"value", target[i]}
|
||||
});
|
||||
++i;
|
||||
|
Reference in New Issue
Block a user