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