mirror of
https://github.com/nlohmann/json.git
synced 2024-11-23 22:19:02 +08:00
fixed indentation
This commit is contained in:
parent
71d20db4fc
commit
98d48ef0c2
@ -344,8 +344,8 @@ json j_result = j_original.patch(j_patch);
|
||||
json::diff(j_result, j_original);
|
||||
// [
|
||||
// { "op":" replace", "path": "/baz", "value": ["one", "two", "three"] },
|
||||
// { "op":"remove","path":"/hello" },
|
||||
// { "op":"add","path":"/foo","value":"bar" }
|
||||
// { "op": "remove","path": "/hello" },
|
||||
// { "op": "add", "path": "/foo", "value": "bar" }
|
||||
// ]
|
||||
```
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user