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
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
a generic pipeline filter
a generic JSON pipeline filter
useless use of cat(1) for JSON streams
return specified fields from a JSON stream
map input fields to output fields by renaming them
return JSON::Path-specified fields from a JSON stream
a sort(1)-like filter that understands JSON fields
translate streams of JSON objects into YAML
translate mysql batch output to JSON
standard flag attributes and getopt
parse input as a stream of JSON records
generic methods to open input and output files
common method to open input files
a generic method to open output files
serialize output as one JSON object per line
serialize output as YAML
read input streams one line at a time
read input streams in large chunks for speed
don't transform data at all
Provides
in App-PipeFilters-0.001/lib/App/PipeFilter/JsonMap.pm
in App-PipeFilters-0.001/lib/App/PipeFilter/JsonPath.pm
in App-PipeFilters-0.001/lib/App/PipeFilter/JsonSort.pm
in App-PipeFilters-0.001/lib/App/PipeFilter/JsonToYaml.pm
in App-PipeFilters-0.001/lib/App/PipeFilter/Role/Flags/Standard.pm
in App-PipeFilters-0.001/lib/App/PipeFilter/Role/Opener/GenericIO.pm
in App-PipeFilters-0.001/lib/App/PipeFilter/Role/Opener/GenericInput.pm
in App-PipeFilters-0.001/lib/App/PipeFilter/Role/Opener/GenericOutput.pm
in App-PipeFilters-0.001/lib/App/PipeFilter/Role/Output/Json.pm
in App-PipeFilters-0.001/lib/App/PipeFilter/Role/Reader/LineByLine.pm
in App-PipeFilters-0.001/lib/App/PipeFilter/Role/Reader/Sysread.pm