summaryrefslogtreecommitdiff
path: root/README.md
blob: 5a41e99aa80f85f9524aec79b15bf644f762720c (plain)
1
2
3
4
5
6
7
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.