I am in search of a library to implement jsonrpc 2.0 in java with bidirecional support. I have found these two (JJsonRpc, jsonrpc4j) some recommendation of which one is better?
Asked
Active
Viewed 838 times
1 Answers
0
In the end I decided to write my own integration to the api json rpc using
OKHttp for HTTP connections and Jackson Core for fast JSON serialisation / deserialisation
Implementation Code:

Jose Luis Estevez
- 63
- 7