1.0.6 • Published 2 years ago

@jswork/next-json v1.0.6

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

next-json

Better json parse/stringify for JSON.

version license size download

installation

npm install -S @jswork/next-json

usage

import '@jswork/next-json';

const obj = {
  gihtub: 'afeiship',
  homepage:'https://js.work'
};

nx.stringify(obj);

// '{"gihtub":"afeiship","homepage":"https://js.work"}'

license

Code released under the MIT license.