h1-mod/deps/json/docs/examples/patch_inplace.output
2024-03-07 00:54:32 -05:00

14 lines
112 B
Plaintext

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