Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 342 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 342 Bytes

json-schema-faker loader for webpack

Usage

var json = require("json-schema-faker!./file.jsf");
// => returns file.json content as json parsed object

Don't forget to polyfill require if you want to use it in node. See webpack documentation.

License

MIT (http://www.opensource.org/licenses/mit-license.php)