mirror of
https://github.com/Bornholm/formidable.git
synced 2025-07-16 02:21:34 +02:00
feat: aggregate defaults and values
- Output merged defaults and values - Add "check" command
This commit is contained in:
@ -2,7 +2,12 @@
|
||||
"nestedObject": {
|
||||
"foo": [
|
||||
"bar",
|
||||
0
|
||||
0,
|
||||
{
|
||||
"prop1": {
|
||||
"subProp": 1
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user