summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md
index e69de29..5a41e99 100644
--- a/README.md
+++ b/README.md
@@ -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.