[webkit-dev] Internal JSON Parsing

Adam Barth abarth at webkit.org
Thu Dec 8 09:34:40 PST 2011


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 ?

Adam


More information about the webkit-dev mailing list