my $c = JSON::RPC::Simple::Client->new("https://127.0.0.1:4711/json-rpc/API"); my $results = $c->echo({ lala => 'foo', lalu => 'bar', });