[v8-dev] Re: exposing JSON serialization?

2009-02-25 Thread Søren Gjesse
Safari does not have it, but It is in WebKit Bugzilla https://bugs.webkit.org/show_bug.cgi?id=20031, but it looks as if it is not being worked on. /Søren On Wed, Feb 25, 2009 at 9:11 AM, Erik Corry wrote: > > > On Thu, Feb 19, 2009 at 2:07 AM, James Robinson wrote: > >> ECMAScript 3.1 supports

[v8-dev] Re: exposing JSON serialization?

2009-02-25 Thread Erik Corry
On Thu, Feb 19, 2009 at 2:07 AM, James Robinson wrote: > ECMAScript 3.1 supports the JSON object > http://wiki.ecmascript.org/doku.php?id=es3.1:json_support (which I presume > is the same as FF 3.1). It appears to be modelled off of > www.json.org/json2.js. > +1 many times over for having this b

[v8-dev] Re: exposing JSON serialization?

2009-02-24 Thread Alex Russell
On Wed, Feb 18, 2009 at 5:07 PM, James Robinson wrote: > ECMAScript 3.1 supports the JSON > object http://wiki.ecmascript.org/doku.php?id=es3.1:json_support (which I > presume is the same as FF 3.1).  It appears to be modelled off of > www.json.org/json2.js. Doug has had a hand in both. > +1 ma

[v8-dev] Re: exposing JSON serialization?

2009-02-18 Thread James Robinson
ECMAScript 3.1 supports the JSON object http://wiki.ecmascript.org/doku.php?id=es3.1:json_support (which I presume is the same as FF 3.1). It appears to be modelled off of www.json.org/json2.js. +1 many times over for having this be exposed by v8. What's the general process for features that are