Package Exports
- write-json
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (write-json) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
write-json 
Write a JSON to file disk, also creates directories in the dest path if they don't already exist.
Install with npm
npm i write-json --save
Usage
var writeJson = require('write-json');
writeJson('foo.json', {abc: 'xyz'});
Run tests
Install dependencies:
npm i -d && mocha
Contributing
Pull requests and stars are always welcome. For bugs and feature requests, please create an issue
Author
Jon Schlinkert
License
Copyright (c) 2014 Jon Schlinkert
Released under the MIT license
This file was generated by verb on December 16, 2014.