Group
Extension

Matches 1

JQ-Lite ( S/SH/SHINGO/JQ-Lite-1.23.tar.gz, SHINGO, 2025; MetaCPAN )
JQ-Lite/script/jq.pl ( view source; MetaCPAN )
/../lib";
use JQ::Lite;

my $query = shift or die "Usage: $0 '.query'\n";
my $json_text = do { local $/; <STDIN> };

my $jq = JQ::Lite->new;
my @results = $jq->run_query($json_text, $query);

my $pp =

Powered by Groonga
Maintained by Kenichi Ishigaki <ishigaki@cpan.org>. If you find anything, submit it on GitHub.