nano-sched-json

1.0.2 • Public • Published

Gitter NPM version Build status Test coverage Dependency Status License Downloads

nano-sched-json

JSON parsing and stringifying nano-sched plugin

data object

  • encoding <String>
  • content <any>

Functions

json.parse(log, data)

Converts { encoding:'utf8', content: '{ a: 1}' } into { encoding:'json', content: { a: 1 } }.

json.stringify(log, data)

Converts { encoding:'json', content: { a: 1 } } into { encoding:'utf8', content: '{ a: 1 }' }.

Readme

Keywords

none

Package Sidebar

Install

npm i nano-sched-json

Weekly Downloads

0

Version

1.0.2

License

MIT

Last publish

Collaborators

  • holixus