json/docs/examples/patch_inplace.output

14 lines
112 B
Plaintext

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