Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    use JSON;
    ...
    
    my $json_string = JSON::to_json($perl_structure);
    print URI::Escape::uri_escape($json_string);
    
  2. or download this
    https://example.com/api/v1/dosomething?name=test+name&file_ids[]=1&fil
    +e_ids[]=2&sub[name]=foo&sub[message]=bar