[webkit-dev] Internal JSON Parsing

Pavel Feldman pfeldman at chromium.org
Thu Dec 8 09:52:48 PST 2011


On Thu, Dec 8, 2011 at 9:34 AM, Adam Barth <abarth at webkit.org> wrote:

> On Thu, Dec 8, 2011 at 9:16 AM, Pavel Feldman <pfeldman at chromium.org>
> wrote:
> > On Thu, Dec 8, 2011 at 8:51 AM, Adam Barth <abarth at webkit.org> wrote:
> >>
> >> Check out InspectorValue.  It should be renamed to JSONValue, but it
> >> should meet your needs.
> >
> > InspectorValue is not intended to be used as a full fledged JSON parser.
> It
> > only covers subset of the standard that is sufficient for the inspector
> > operation. The spec requires that you "Return the result of invoking the
> > parse function of the JSON object defined in ECMAScript" and I wonder why
> > you are willing to do otherwise.
>
> Which spec?  Is that text in http://www.ietf.org/rfc/rfc4627 ?
>
>
I was referring to the
http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#json-response-entity-body
mentioned
in the bug this thread is about.

Pavel


> Adam
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-dev/attachments/20111208/07df76fb/attachment.html>


More information about the webkit-dev mailing list