Skip to content

Instantly share code, notes, and snippets.

@zielinski-piotr
Created September 14, 2021 20:33
Show Gist options
  • Save zielinski-piotr/7d251e5db962c5f05e87c1725d930d2c to your computer and use it in GitHub Desktop.
Save zielinski-piotr/7d251e5db962c5f05e87c1725d930d2c to your computer and use it in GitHub Desktop.
[
{
"op": "replace",
"path": "/name",
"value": "Green house"
},
{
"op": "add",
"path": "/rooms/-",
"value": {
"name": "Bedroom",
"color": "Blue"
}
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment