commit
21516f2bae
1 changed files with 1 additions and 1 deletions
|
@ -617,7 +617,7 @@ json j_patch = R"({
|
|||
})"_json;
|
||||
|
||||
// apply the patch
|
||||
j_original.merge_patch(j_patch);
|
||||
j_document.merge_patch(j_patch);
|
||||
// {
|
||||
// "a": "z",
|
||||
// "c": {
|
||||
|
|
Loading…
Reference in a new issue