The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

PICA::Parser::JSON - PICA JSON parser

DESCRIPTION

This parser parses PICA JSON format. The current implementation expects records to be on a line each (newline delimited JSON), this may be extended to full JSON in a later version.

See PICA::Parser::Base for synopsis and basic configuration.

The counterpart of this module is PICA::Writer::JSON.