Skip to content

WebReflection/ecma-json

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

JSON as is with ECMAScript fixes

Resources

License

Stars

Watchers

Forks

Packages

No packages published