It's just an array that you need to loop through.for my $item( @{$json_object} ){ print $item->{name} . "\n"; }
In reply to Re: loop through JSON data with Perl
by Siddartha
in thread loop through JSON data with Perl
by srchulo
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |