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

NAME

PICA::Writer::JSON - PICA JSON serializer

DESCRIPTION

Writes PICA JSON, newline delimited by default. See PICA::Writer::Base for synopsis and basic configuration. In addition the configuration field json can be used to set an instance of JSON::PP, JSON, or JSON::XS to be used for encoding. Otherwise, additional fields can be passed to the constructor of JSON::PP, like this:

    PICA::Writer->new( pretty => 1 )

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