for my $item( @{$json_object} ){ print $item->{name} . "\n"; }