|
NAMEWebService::Simple::Parser::JSON - Parse JSON content SYNOPSIS my $service = WebService::Simple->new(
base_url => ...,
response_parser => 'JSON',
);
my $res = $service->get(...);
my $json = $res->parse_response();
METHODSnewparse_response
|