xref: /third_party/json/docs/examples/diff.output
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /third_party/json/docs/examples/
1c5f01b2fSopenharmony_ci[
2c5f01b2fSopenharmony_ci    {
3c5f01b2fSopenharmony_ci        "op": "replace",
4c5f01b2fSopenharmony_ci        "path": "/baz",
5c5f01b2fSopenharmony_ci        "value": "boo"
6c5f01b2fSopenharmony_ci    },
7c5f01b2fSopenharmony_ci    {
8c5f01b2fSopenharmony_ci        "op": "remove",
9c5f01b2fSopenharmony_ci        "path": "/foo"
10c5f01b2fSopenharmony_ci    },
11c5f01b2fSopenharmony_ci    {
12c5f01b2fSopenharmony_ci        "op": "add",
13c5f01b2fSopenharmony_ci        "path": "/hello",
14c5f01b2fSopenharmony_ci        "value": [
15c5f01b2fSopenharmony_ci            "world"
16c5f01b2fSopenharmony_ci        ]
17c5f01b2fSopenharmony_ci    }
18c5f01b2fSopenharmony_ci]
19c5f01b2fSopenharmony_ci
20c5f01b2fSopenharmony_ci{
21c5f01b2fSopenharmony_ci    "baz": "boo",
22c5f01b2fSopenharmony_ci    "hello": [
23c5f01b2fSopenharmony_ci        "world"
24c5f01b2fSopenharmony_ci    ]
25c5f01b2fSopenharmony_ci}
26

Indexes created Thu Nov 07 10:32:03 CST 2024