mirror of
https://github.com/nlohmann/json.git
synced 2026-05-04 21:35:24 +00:00
09fb4819ff
* add patch_inplace function to json class * add documentation * fix up docs
14 lines
112 B
Plaintext
14 lines
112 B
Plaintext
Before
|
|
{
|
|
"baz": "qux",
|
|
"foo": "bar"
|
|
}
|
|
|
|
After
|
|
{
|
|
"baz": "boo",
|
|
"hello": [
|
|
"world"
|
|
]
|
|
}
|