bestiejs / json3

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

Host object property access may throw #30

Closed subtleGradient closed 11 years ago

subtleGradient commented 11 years ago

Some environments (e.g. ExtendScript) have host objects that are actually just projections into JavaScript from C++ or whatever. Accessing properties on those objects may throw an error in some cases.

ghost commented 11 years ago

Merged in #31; thanks!