
This library provides classes to easily implement json-rpc c++ server applications. it comes with a built in http-server connector (based on libmicrohttpd) for easy data exchange. it is fully json-rpc 2.0 and json-rpc 1.0 compatible, including:
* type checking
* malformed request handling
* handling batch procedure calls
* json-rpc method invocation
* json-rpc notification invocation
* simple interface for implementing additional server-connectors beside http
* positional and named parameters
this package contains the debugging symbols for libjsonrpccpp-server0.