bestiejs / json3

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

Native `parse` is buggy in Firefox 4.0 and 4.0.1 #1

Closed ghost closed 12 years ago

ghost commented 12 years ago

The following tests fail under Firefox 4.0 and 4.0.1, which uses the native JSON.parse implementation:

Numeric Literals

The feature test should be expanded to cover these cases.