Files
json/docs/mkdocs/docs/examples/patch_inplace.output
2025-01-17 06:53:35 +01:00

14 lines
112 B
Plaintext

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