Skip to content

Instantly share code, notes, and snippets.

@alex3165
Last active February 7, 2022 12:17
Show Gist options
  • Save alex3165/a2379ca1b7d3386e50f4ec14bf6448af to your computer and use it in GitHub Desktop.
Save alex3165/a2379ca1b7d3386e50f4ec14bf6448af to your computer and use it in GitHub Desktop.
{
"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