
This library provides classes to easily implement json-rpc c++ clients. it comes with a built in http-client connector (based on libcurl) for easy data exchange. it is fully json-rpc 2.0 and json-rpc 1.0 compatible, including:
* type checking
* error response handling
* batch procedure calls
* json-rpc method invocation
* json-rpc notification invocation
* interface for additional client-connectors beside http
* positional and named parameters