Files
json/examples/patch_inplace.output
T
2023-03-08 12:43:29 +00:00

14 lines
112 B
Plaintext

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