json Provides es5 compliant javascript implementation of Json parser for ie6-8. import JSON from 'modulex-json'; const str = JSON.stringify({x:1}); console.log(str); console.log(JSON.parse(str));