bestiejs / json3

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

Incorrect JSON.stringify() sniffing #16

Closed sof closed 12 years ago

sof commented 12 years ago

json3/lib/json3.js:13 uses "A" as the key. That really ought to be "result" to give native implementations a chance to pass on the preconditions that this library imposes.

ghost commented 12 years ago

Good catch. Thank you!