Created
September 14, 2021 20:33
-
-
Save zielinski-piotr/7d251e5db962c5f05e87c1725d930d2c to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"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