h1-mod/deps/json/docs/examples/patch_inplace.output

14 lines
112 B
Plaintext
Raw Normal View History

2024-03-07 00:54:15 -05:00
Before
{
"baz": "qux",
"foo": "bar"
}
After
{
"baz": "boo",
"hello": [
"world"
]
}