json3 v3.2.5 Release Notes

Release Date: 2013-06-14 // almost 11 years ago
  • 2013-06-14

    • Use object.hasOwnProperty(prop) instead of Object#hasOwnProperty.call(object, prop) when iterating over host objects [Issue #18].
    • Minification improvements; avoid munging the AMD define pragma [Issue #22; PR #25].
    • Use character codes instead of strings in lex(). Optimize for valid source strings [Issue #23; PR #27].
    • Support Adobe ExtendScript [Issue #29].
    • Handle serializing ExtendScript host objects that throw exceptions [Issue #30; PR #31].
    • Support Browserify and RequireJS by exporting for CommonJS and AMD [PR #33].
    • Use square bracket character access in parse. Add a charIndexBuggy flag.
    • Add a benchmark suite.