package App::jt;
{
$App::jt::VERSION = '0.43';
}
# ABSTRACT: JSON transformer
use 5.010;
use Moo;
use MooX::Options;
use JSON::PP;
use IO::Handle;
use Hash::Flatten qw(flatten unflatten);
use List:
8";
return $io;
}
);
option 'ugly' => (
is => "ro",
doc => "Produce uglyfied json output"
);
option 'pick' => (
is => "ro",
format => "i@",
autosplit => "..",
doc
the objects by given code. %_ containing the object content."
);
option 'json_path' => (
is => "ro",
doc => "A JSONPath string for filtering document.",
format => "s",
);
has data => (