Group
Extension

Matches 1

App-Greple-jq ( U/UT/UTASHIRO/App-Greple-jq-0.06.tar.gz, UTASHIRO, 2024; MetaCPAN )
App-Greple-jq/lib/App/Greple/jq.pm ( view source; MetaCPAN )
 JSON data with jq

=head1 SYNOPSIS

greple -Mjq --glob JSON-DATA --IN label pattern

=head1 VERSION

Version 0.06

=head1 DESCRIPTION

This is an experimental module for L<App::Greple> to search JSON

formatted text using L<jq(1)> as a backend.

Search top level json object which includes both C<Marvin> and
C<Zaphod> somewhere in its text representation.

    greple -Mjq 'Marvin Zaphod'

You can s
s labels
start with C<name>.

If the label is simple string like C<name>, it matches any level of
JSON data.

If the label string contains period (C<.>), it is considered as a
nested labels.  Name C<.

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