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


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

Neat! Will package it at the soonest. All credits will go to you, obviously.
  • 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 sedusedan (Monk) on Oct 19, 2013 at 10:43 UTC

    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.