npm i @develephant/jsonp --save
const jsonp = require('@develephant/jsonp')
async
async function doJSONStuff() {
let json_str = await jsonp.stringify(js_obj)
}
promise
jsonp.parse(json_str)
.then(res => console.log(res))
.catch(err => console.error(err))
-
stringify
-
pretty
(formatted stringify) -
parse