The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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.

Records may also be given as object with field record.

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

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