bestiejs / json3

A JSON polyfill. No longer maintained.
https://bestiejs.github.io/json3
Other
1.02k stars 150 forks source link

ES 6 Compatiblity #70

Open ghost opened 9 years ago

ghost commented 9 years ago

We'll want to keep an eye on environments that support ES 6—particularly cases like new Proxy([], {})). This polyfill should never be necessary in an ES 6 environment, but, as we've discovered with Firefox, the feature tests can be too strict.