0.1.1 • Published 7 years ago

ecma-json v0.1.1

Weekly downloads
2
License
ISC
Repository
github
Last release
7 years ago

ecma-json

JSON as is with ECMAScript fixes

  • as CJS: require('ecma-json') or require('ecma-json/cjs')
  • as ESM: import JSON from 'ecma-json/esm' or import JSON from 'https://unpkg.com/ecma-json?module'
  • as global browser object: <script src="//unpkg.com/ecma-json"></script>

API

Exact same JSON API. The only thing fixed in here is what ECMAScript decided to fix.

0.1.1

7 years ago

0.1.0

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago