Group
Extension

Matches 1

Regexp-Common-json ( P/PE/PERLANCAR/Regexp-Common-json-0.001.tar.gz, PERLANCAR, 2018; MetaCPAN )
Regexp-Common-json/lib/Regexp/Common/json.pm ( view source; MetaCPAN )
on::json;

our $DATE = '2018-03-25'; # DATE
our $VERSION = '0.001'; # VERSION

use strict;
use warnings;

use Regexp::Common 'pattern';
use Regexp::Pattern::JSON;

my $re = \%Regexp::Pattern::JSON::RE
 name => ['json', $patname],
        create => $re->{$patname}{pat},
    );
}

1;
# ABSTRACT: Regexp patterns to match JSON

__END__

=pod

=encoding UTF-8

=head1 NAME

Regexp::Common::json - Regexp 
 JSON

=head1 VERSION

This document describes version 0.001 of Regexp::Common::json (from Perl distribution Regexp-Common-json), released on 2018-03-25.

=head1 SYNOPSIS

 use Regexp::Common qw/json/

Powered by Groonga
Maintained by Kenichi Ishigaki <ishigaki@cpan.org>. If you find anything, submit it on GitHub.