icebear
v1.0.1
Published
export json string to a json file or zip file in browser
Downloads
35
Readme
*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()