Skip Menu |

This queue is for tickets about the JSON-Decode-Regexp CPAN distribution.

Report information
The Basics
Id: 124874
Status: resolved
Priority: 0/
Queue: JSON-Decode-Regexp

People
Owner: Nobody in particular
Requestors: rkleemann [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: Convert to Regexp::Common
Date: Thu, 22 Mar 2018 15:01:09 -0700
To: bug-JSON-Decode-Regexp [...] rt.cpan.org
From: Bob Kleemann <rkleemann [...] gmail.com>
I could possibly see a use for the patterns involved in matching a JSON document being useful in other ways. Would it be possible to create a series of patterns that could be added to the Regexp::Common module?
On Thu, 22 Mar 2018 22:01:19 GMT, rkleemann@gmail.com wrote: Show quoted text
> I could possibly see a use for the patterns involved in matching a JSON > document being useful in other ways. Would it be possible to create a > series of patterns that could be added to the Regexp::Common module?
Your wish is my command :) The regexp cannot be shared, unfortunately. I have released a Regexp::Pattern::JSON which offers similar features to Regexp::Common. Check it out. I do plan to create a Regexp::Common module too. Regards, perlancar
Subject: Re: [rt.cpan.org #124874] Convert to Regexp::Common
Date: Mon, 26 Mar 2018 12:47:23 -0700
To: bug-JSON-Decode-Regexp [...] rt.cpan.org
From: Bob Kleemann <rkleemann [...] gmail.com>
Much appreciated! I'll play with it soon. On Fri, Mar 23, 2018 at 11:26 PM, Perl Ancar via RT < bug-JSON-Decode-Regexp@rt.cpan.org> wrote: Show quoted text
> <URL: https://rt.cpan.org/Ticket/Display.html?id=124874 > > > On Thu, 22 Mar 2018 22:01:19 GMT, rkleemann@gmail.com wrote:
> > I could possibly see a use for the patterns involved in matching a JSON > > document being useful in other ways. Would it be possible to create a > > series of patterns that could be added to the Regexp::Common module?
> > Your wish is my command :) > > The regexp cannot be shared, unfortunately. I have released a > Regexp::Pattern::JSON which offers similar features to Regexp::Common. > Check it out. I do plan to create a Regexp::Common module too. > > Regards, > perlancar >
Regexp::Common::json has also been released. I'm closing this ticket for now.