diff options
-rw-r--r-- | README.md | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -0,0 +1,8 @@ +jsonrpc.{ch} implements the parsing and validation of the jsonrpc/2.0 request before handing it over to +user-defined methods. + +jsonrpc_server.c is an example of usage using ZeroMQ as a transport. + + + +Since significant functionality is provided by jansson library, the same licence is chosen to be used by this code. |