Kaizen/external/json/docs/examples/patch_inplace.output

13 lines
112 B
Text

Before
{
"baz": "qux",
"foo": "bar"
}
After
{
"baz": "boo",
"hello": [
"world"
]
}