Help for this page

Select Code to Download


  1. or download this
    {
        "items" : [
    ...
             }
            ]
    }
    
  2. or download this
     
    
     use JSON -support_by_pp;
    ...
    for my $item( @{$json_object->{items}} ){
        print $item->{name} . "\n";
    }
    
  3. or download this
    [
      {
    ...
        value: "5"
      }
    ]