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

Documentation

concatenate and print JSON files
cut out selected portions of each JSON object in a file
map input JSON fields to output JSON fields by renaming them
convert files of JSON objects into a stream of YAML objects
use JSON::Path to cut out selected portions of JSON objects
sort input files of JSON objects on key fields
convert mysql -B output to JSON object streams

Modules

a generic pipeline filter
a generic JSON pipeline filter
useless use of cat(1) for JSON streams
return specified fields from a JSON stream
translate mysql batch output to JSON
parse input as a stream of JSON records
serialize output as YAML
don't transform data at all

Provides

in lib/App/PipeFilter/JsonMap.pm
in lib/App/PipeFilter/JsonPath.pm
in lib/App/PipeFilter/JsonSort.pm
in lib/App/PipeFilter/JsonToYaml.pm
in lib/App/PipeFilter/Role/Flags/Standard.pm
in lib/App/PipeFilter/Role/Opener/GenericIO.pm
in lib/App/PipeFilter/Role/Opener/GenericInput.pm
in lib/App/PipeFilter/Role/Opener/GenericOutput.pm
in lib/App/PipeFilter/Role/Output/Json.pm
in lib/App/PipeFilter/Role/Reader/LineByLine.pm
in lib/App/PipeFilter/Role/Reader/Sysread.pm