Data::Phrasebook::Loader::JSON::Syck

A Data::Phrasebook loader for JSON files
Download

Data::Phrasebook::Loader::JSON::Syck Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Publisher Name:
  • Stevan Little
  • Publisher web site:
  • http://search.cpan.org/~stevan/

Data::Phrasebook::Loader::JSON::Syck Tags


Data::Phrasebook::Loader::JSON::Syck Description

A Data::Phrasebook loader for JSON files Data::Phrasebook::Loader::JSON::Syck is a Data::Phrasebook loader which will load phasebooks stored in JSON. It uses the very nice and very fast JSON::Syck parser to load the JSON data.You should refer to the Data::Phrasebook documentation for more information on how to use this module.SYNOPSIS my $p = Data::Phrasebook->new( class => 'Plain', loader => 'JSON::Syck', file => 'errors.json', ); # now use the phrasebook like any other ... warn $p->fetch('FAILED_LOGIN', { message => 'Could not find user'}); Requirements: · Perl


Data::Phrasebook::Loader::JSON::Syck Related Software