Last active
February 7, 2022 12:17
-
-
Save alex3165/a2379ca1b7d3386e50f4ec14bf6448af to your computer and use it in GitHub Desktop.
This file contains hidden or 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
{ | |
"first": { | |
"second": { | |
"foo": { | |
"isValid": true, | |
"value": "someValue3" | |
} | |
} | |
}, | |
"new": { | |
"value": "someValue2", | |
"more": { | |
"isValid": true, | |
"value": "someValue" | |
} | |
}, | |
"more": { | |
"isValid": false | |
}, | |
"isValid": true, | |
"value": "someValue4" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment