in reply to loop through JSON data with Perl
It's just an array that you need to loop through.for my $item( @{$json_object} ){ print $item->{name} . "\n"; }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
| A reply falls below the community's threshold of quality. You may see it by logging in. |