Group
Extension

Matches 1

Data-Tree-Describe ( D/DA/DAEMON/Data-Tree-Describe-0.009.tar.gz, DAEMON, 2020; MetaCPAN )
Data-Tree-Describe/lib/Data/Tree/Describe.pm ( view source; MetaCPAN )
dule's description.

This module was originally developed for data trees or objects created from 
json::maybexs, though it technically will work on any perl data tree.

The module is fairly heavy proc
 {
    my $type    =   ref($tree) ? ref($tree) : 'ELEMENT';

    my @json_path       =   ();
    if ($stash->{path}) {
        @json_path  =   @{delete $stash->{path}};
    }

    # Handle booleans mo
e});
        foreach my $child (keys %{$tree})   { 
            my @passed_path             =   (@json_path,$child);
            my $depth                   =   $stash->{depth};
            $stash->{_

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