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.