Help for this page
foreach my $key (keys %$decodedJSON) { if (is_hashref($key)) { ...
foreach my $key (keys %$decodedJSON) { my $val = $decodedJSON->{ $key }; if (is_hashref($val)) { ...