Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 1.03 KB

json.md

File metadata and controls

11 lines (8 loc) · 1.03 KB

feature: JSON status: use tags: gtie7 polyfill kind: js polyfillurls: json2.js, JSON 3

JSON is a language-independent data interchange format based on a loose subset of the JavaScript grammar. Originally popularized by Douglas Crockford, the format was standardized in the fifth edition of the ECMAScript specification.

JSON 3 is a polyfill compatible with nearly all JavaScript platforms. It is a drop-in replacement for JSON 2 that uses feature tests to detect broken and incomplete native JSON implementations, supports asynchronous module loaders and has-aware optimizers, and is built to specification standards.

JSON 2 is an older, alternative polyfill by Douglas Crockford.