mirror of
https://github.com/nlohmann/json.git
synced 2026-05-18 12:15:24 +00:00
add patch_inplace function (#3581)
* add patch_inplace function to json class * add documentation * fix up docs
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
Before
|
||||
{
|
||||
"baz": "qux",
|
||||
"foo": "bar"
|
||||
}
|
||||
|
||||
After
|
||||
{
|
||||
"baz": "boo",
|
||||
"hello": [
|
||||
"world"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user