JSON::RPC::Common::Marshal::Text(3pm) | User Contributed Perl Documentation | JSON::RPC::Common::Marshal::Text(3pm) |
JSON::RPC::Common::Marshal::Text - JSON text marshalling for JSON::RPC::Common.
version 0.11
use JSON::RPC::Common::Marshal::Text; my $m = JSON::RPC::Common::Marshal::Text->new; my $return_obj = $m->json_to_return($json_text);
This object serializes JSON::RPC::Common::Procedure::Call and JSON::RPC::Common::Procedure::Return objects into JSON text using the JSON module.
Defaults to JSON::RPC::Common::Procedure::Call and JSON::RPC::Common::Procedure::Return.
Yuval Kogman <nothingmuch@woobling.org>
This software is copyright (c) 2014 by Yuval Kogman and others.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.
2020-06-23 | perl v5.30.3 |