Help for this page

Select Code to Download


  1. or download this
    $VAR1 = '{
       "alertCounts" : [
    ...
                }
            '
            ;
    
  2. or download this
    #JSON
    my $json = new JSON;
    ...
    print {$output_fh} "$json_data->{timestamp},";
    print {$output_fh} "$json_data->{flag},\n";
    }