@develephant/jsonp

1.0.0 • Public • Published

jsonp

A promise based JSON wrapper.

Install

npm i @develephant/jsonp --save

Usage

const jsonp = require('@develephant/jsonp')

Example

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))

Methods

  • stringify

  • pretty (formatted stringify)

  • parse


jsonp ⋆ © 2017 develephant ⋆ MIT license

Readme

Keywords

Package Sidebar

Install

npm i @develephant/jsonp

Weekly Downloads

1

Version

1.0.0

License

MIT

Last publish

Collaborators

  • develephant