xref: /third_party/json/docs/examples/patch.output (revision c5f01b2f)
1{
2    "baz": "qux",
3    "foo": "bar"
4}
5
6{
7    "baz": "boo",
8    "hello": [
9        "world"
10    ]
11}
12