diff options
author | pijyoi <nixchuan@gmail.com> | 2012-11-03 14:16:04 +0800 |
---|---|---|
committer | pijyoi <nixchuan@gmail.com> | 2012-11-03 14:16:04 +0800 |
commit | f1129ceb84c27f9d8c4ffb9b83786f76e501db84 (patch) | |
tree | cd31f76c5aaf88e29f6730024f4c7c705a0086bf | |
parent | b2fde0ed8b4450d2ae6d1993cf745a1920e10af0 (diff) |
Update README.md
-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. |