json-schema-fill-defaults
v2.3.1
Published
Uses JSON Schema to fill in missing required values that have a default value.
Downloads
88
Readme
To install:
npm install json-schema-fill-defaults --saveAfter calling:
import autoDefaults from 'json-schema-fill-defaults';
const dataWithDefaults = autoDefaults(data, schema);the object data will be complemented with default values specified in schema.
Whatever already has a value will remain untouched. autoDefaults returns the complemented structure.
http://harmvandendorpel.com
