1JSON::RPC::Client::Any(U3s)er Contributed Perl DocumentatJiSoOnN::RPC::Client::Any(3)
2
3
4
6 JSON::RPC::Client::Any -- wrap in an available JSON RPC Client
7 implementation
8
10 use JSON::RPC::Client::Any;
11
12 my $c = JSON::RPC::Client::Any->new()
13 ...
14
16 JSON::RPC::Client::Any is a simple class, which finds an available JSON
17 RPC client implementation and descends from it. It saves you the hassle
18 of checking whether you have "JSON::RPC::Client" or
19 "JSON::RPC::Legacy::Client" available.
20
22 JSON::RPC::Client
23 JSON::RPC::Legacy::Client
24
26 Copyright (c) 2013 Damyan Ivanov dmn@debian.org
27
28 This module is free software; you can redistribute it and/or modify it
29 under the terms of the GNU General Public License as published by the
30 Free Software Foundation; either version 2, or (at your option) any
31 later version.
32
33
34
35perl v5.36.0 2023-01-19 JSON::RPC::Client::Any(3)