# ecma-json **Repository Path**: mirrors_WebReflection/ecma-json ## Basic Information - **Project Name**: ecma-json - **Description**: JSON as is with ECMAScript fixes - **Primary Language**: Unknown - **License**: ISC - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-19 - **Last Updated**: 2026-07-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 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: `` ## API Exact same JSON API. The only thing fixed in here is what ECMAScript decided to fix.