feat: aggregate defaults and values

- Output merged defaults and values
- Add "check" command
This commit is contained in:
2022-09-27 22:20:44 +02:00
committed by Bornholm
parent 53b2bba28b
commit f4b3d8f532
26 changed files with 3229 additions and 65 deletions

View File

@ -2,7 +2,12 @@
"nestedObject": {
"foo": [
"bar",
0
0,
{
"prop1": {
"subProp": 1
}
}
]
}
}