Help for this page

Select Code to Download


  1. or download this
    my $json = JSON->new;
    my $data = $json->decode($res);
    
    my @result = $data->{'results'};
    print Dumper @result;
    
  2. or download this
    $VAR1 = [
              {
                'closed_at' => 1404289092,
    ...
                ....
              }
            ]