modulex-json

1.2.2 • Public • Published

json


Provides es5 compliant javascript implementation of Json parser for ie6-8.

modulex-json NPM downloads

import JSON from 'modulex-json';
const str = JSON.stringify({x:1});
console.log(str);
console.log(JSON.parse(str));

/modulex-json/

    Package Sidebar

    Install

    npm i modulex-json

    Weekly Downloads

    11

    Version

    1.2.2

    License

    MIT

    Unpacked Size

    258 kB

    Total Files

    6

    Last publish

    Collaborators

    • yiminghe