bestiejs / json3

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

Simplify export logic #42

Closed bnjmnt4n closed 10 years ago

bnjmnt4n commented 10 years ago

Also, you might want to consider exporting JSON3 in browsers to allow for functions like noConflict().

ghost commented 10 years ago

Thank you! Exporting the JSON3 object and adding noConflict and runInContext seems like a reasonable next step.