http://qs1969.pair.com?node_id=1058768


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

Feel free to take it. I hereby claim it is licensed "just like Perl". :)

-- 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.

  • Comment on Re^2: JSON parser as a single Perl Regex

Replies are listed 'Best First'.
Re^3: JSON parser as a single Perl Regex
by sedusedan (Monk) on Oct 19, 2013 at 03:34 UTC
    Neat! Will package it at the soonest. All credits will go to you, obviously.

      Put on CPAN as JSON::Decode::Regexp. Github repo at https://github.com/sharyanto/perl-JSON-Decode-Regexp

      Added a minor tweak to allow spaces between object KV, and die on no match.