Help for this page

Select Code to Download


  1. or download this
        ...
        my $typehint_raws = [ ($typehint_raw) x  @$arrayref];
        my $json = encode_json($arrayref, $typehint_raws);
        return $json;
        ...