
This package provides the stub generator library for the libjson-rpc-cpp framework. it can automatically generate full functioning c++ and javascript json-rpc client classes, which are ready to use.
for json-rpc server applications, this library can generate an abstract c++ class which just has to be sub classed and implement all pure virtual methods. to make this possible, a interface description file (in the json format) is required, which lists all available methods with corresponding parameters and types.
this package contains the debugging symbols for libjsonrpccpp-common0.