json-node-normalizer
json-node-normalizer copied to clipboard
feat(default): add default value support.
Example :
In schema definition, if we have something like :
"enable": {
"type": "boolean",
"default": true
},
The normalization process should put the default value into the item.