http://www.perlmonks.org?node_id=1058867


in reply to Re^2: JSON parser as a single Perl Regex
in thread JSON parser as a single Perl Regex

My point is, JSON::PP was perfectly cannibalizable at that point. But I understand that you probably thought it was a chance to do something cool.
  • Comment on Re^3: JSON parser as a single Perl Regex

Replies are listed 'Best First'.
Re^4: JSON parser as a single Perl Regex
by merlyn (Sage) on Oct 22, 2013 at 19:57 UTC
    I've since looked at JSON::PP, and it's a lot more code. I like my approach better.

    -- Randal L. Schwartz, Perl hacker

    The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "MAY", and "OPTIONAL" in this document are to be interpreted as described in RFC 2119.