Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:

Hi,

I just implemented Apache2::REST webservice..and it works....can someone help me how to retrieve the input which supplied with POST method? i pass the input by $client->POST('/api/?fmt=json','{"tag1":test,"tag2":test}');

from this i want to parse {"tag1":test,"tag2":test}...

Replies are listed 'Best First'.
Re: rest service - input collection
by Anonymous Monk on Dec 25, 2014 at 23:04 UTC
Re: rest service - input collection
by Anonymous Monk on Dec 26, 2014 at 02:28 UTC