json-schema-fill-defaults

2.3.1 • Public • Published

To install:

npm install json-schema-fill-defaults --save

After 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

Readme

Keywords

Package Sidebar

Install

npm i json-schema-fill-defaults

Weekly Downloads

2

Version

2.3.1

License

GPL-3.0

Last publish

Collaborators

  • harmvandendorpel