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/