
POE::Component::Client::REST::JSON - Low-level interface for JSON REST calls

Version 0.05

This is just a thin specialization of POE::Component::Client::REST that does some JSON encoding and decoding - see the methods for details.

All requests get their content encoded into JSON and some appropriate headers set.
Responses are deserialized from JSON, and callbacks receive two arguments: the deserialized structure and the HTTP::Response object.

Paul Driver,
<frodwith at cpan.org>

Probably.

Copyright 2008 Paul Driver
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.