| WebService-Simple documentation | view source | Contained in the WebService-Simple distribution. |
WebService::Simple::Parser::JSON - Parse JSON content
my $service = WebService::Simple->new(
base_url => ...,
response_parser => 'JSON',
);
my $res = $service->get(...);
my $json = $res->parse_response();
| WebService-Simple documentation | view source | Contained in the WebService-Simple distribution. |