Skip to content

afeiship/next-json

Repository files navigation

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.