Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 418 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 418 Bytes

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