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

NAME

json2tsv - convert files of JSON objects into a stream of TSV rows

VERSION

version 0.005

SYNOPSIS

  json2tsv -o field_1 [-o field_2 ...] [--verbose] [file ...]

DESCRIPTION

json2tsv(1) cuts out selected portions of each JSON record and writes them to standard output as tab-separated rows. Multiple output fields may be specified, one per -o flag.

SEE ALSO

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

  perldoc -m json2tsv

App::PipeFilter::JsonToYaml implements this utility, including the behavior of the -o flag.

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

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