se modules let you use JSONPath syntax to select nodes of a data structure:
L<JSON::Path>. JSONPath is a query language to select nodes of a JSON document
(data structure). JSONPath specification:
L<h
cles/JsonPath>.
=head2 Related modules
L<Data::CSel::WrapStruct>
L<CSel::Examples>
=head2 Modules that use CSel
=over
=item * For data structure
CLI to select JSON nodes using CSel: L<jsonsel>
(from L<App::jsonsel>).
CLI to select Perl data structure elements using CSel: L<ddsel> (from
L<App::CSelUtils>).
CLI to select YAML nodes using CSel: L<yamlsel> (from L<App::yamlsel>).
=item * For