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->{_