What non-GPL libraries are available for writing JSON-RPC servers and clients in native C ++?
According to http://json-rpc.org/wiki/implementations , there seems to be only one JSON-RPC implementation for C ++, namely JsonRpc-Cpp , but is only available under the GPL. Unfortunately, we cannot use the GPL code in our software.
JSON RPC C Library from big-llc.com could be an alternative. They call this the “free, lightweight C implementation library to simplify JSON-RPC request processing,” but they don’t mention licensing.
Who knows the other options?
c ++ json-rpc
dalle
source share