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

NAME

jcat - concatenate and print JSON files

VERSION

version 0.005

SYNOPSIS

  jcat [--verbose] [file ...]

DESCRIPTION

jcat(1) reads files of JSON objects sequentially, writing them to standard output one object per line. Multiline JSON objects are flattened to single lines for output.

SEE ALSO

You may read this utility's implementation in its entirety at

  perldoc -m jcat

App::PipeFilter::JsonCat implements this utility.

App::PipeFilter has top-level documentation including a table of contents for all the libraries and utilities included in the project.

BUGS

https://rt.cpan.org/Public/Dist/Display.html?Name=App-PipeFilter

REPOSITORY

https://github.com/rcaputo/app-pipefilter

COPYRIGHT AND LICENSE

jcat is Copyright 2011 by Rocco Caputo. All rights are reserved. jcat is released under the same terms as Perl itself.