IE8 gets JSON love through Windows Update

24 Feb

Now that’s a nice move – improving ECMAScript compatibility through Windows Update (namely, fixing bugs in encoding/decoding JSON). I immediately started dreaming about patching some vicious bugs in both the script and rendering engine this way…

  • JSON.stringify (value [, replacer] [, space])
  • JSON.parse (test [, reviver])
  • toJSON ()

Leave a Reply