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 = $