icebear

export json string to a json file or zip file in browser


Keywords
json, export, browser
License
ISC
Install
npm install icebear@1.0.0

Documentation

*Export json string to .json file or .zip file in browser

**usage:

call export2json, browser will ask you for downloading the json file

var foo = new JsonFile('{ "hello": "world" }')
foo.export2json()