Help for this page

Select Code to Download


  1. or download this
    $json->encode( [ f() ] )
    
  2. or download this
    my $s = f();
    my @a = f();
    
  3. or download this
    my $s = $json_decode(...)->[0];
    my @a = @{ $json_decode(...) };