|
NAMEWebService::Simple::Parser::JSON - Parse JSON contentSYNOPSISmy $service = WebService::Simple->new( base_url => ..., response_parser => 'JSON', ); my $res = $service->get(...); my $json = $res->parse_response(); METHODSnewparse_response
Visit the GSP FreeBSD Man Page Interface. |