Group
Extension

Matches 1

Data-Phrasebook-Loader-JSON ( B/BA/BARBIE/Data-Phrasebook-Loader-JSON-0.02.tar.gz, BARBIE, 2014; MetaCPAN )
Data-Phrasebook-Loader-JSON/lib/Data/Phrasebook/Loader/JSON.pm ( view source; MetaCPAN )
package Data::Phrasebook::Loader::JSON;

use strict;
use warnings FATAL => 'all';

our $VERSION = '0.02';

#--------------------------------------------------------------------------

use base qw( Dat
 File::Slurp;
use JSON::XS;

#--------------------------------------------------------------------------

=head1 NAME

Data::Phrasebook::Loader::JSON - Absract your phrases with JSON.

=head1 SYNOPSIS
    my $q = Data::Phrasebook->new(
        class  => 'Fnerk',
        loader => 'JSON',
        file   => 'phrases.json',
    );

    $q->delimiters( qr{ \[% \s* (\w+) \s* %\] }x );
    my $phrase = $

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