The desired key-feature for me is the ability to register functions of objects to the JSON-RPC server task, which then calls the function, in case the respective JSON-RPC-call was received.
How can this be done?
I found https://github.com/cinemast/libjson-rpc-cpp , but the concept of the stub-generator looks a bit overdone to me.