Help for this page

Select Code to Download


  1. or download this
    use JSON qw( decode_json );
    my $json_array = decode_json ( do { local $/; <DATA> } );
    
    __DATA__
    Json text
    
  2. or download this
    use JSON qw( decode_json );
    my $json_array = decode_json ( 'https://someurl?sss&output=json' );