Help for this page

Select Code to Download


  1. or download this
    my $decoded = decode_json($json);
          my $aref = $decoded->{"observations"};
          foreach my $element (@$aref){
      $final .= $element->{"op_path"}.",";
    }
    print $final;
    
  2. or download this
    {
      "generation_date": "",
      "static_info": "",
    ...
            }
          ]
        }