formidable/internal/jsonpointer/testdata/set/nested.json
William Petit f4b3d8f532 feat: aggregate defaults and values
- Output merged defaults and values
- Add "check" command
2022-09-27 22:23:18 +02:00

13 lines
198 B
JSON

{
"nestedObject": {
"foo": [
"bar",
0,
{
"prop1": {
"subProp": 1
}
}
]
}
}