What is JSON-RPC?
Best answer
JSON-RPC is a simple RPC protocol built on JSON, as a replacement for XML-RPC or SOAP. It is a simple protocol that defines only a handful of data types and commands. There is a Java implementation of this protocol and it is referred as JSON-RPC-Java.