From f1129ceb84c27f9d8c4ffb9b83786f76e501db84 Mon Sep 17 00:00:00 2001 From: pijyoi Date: Sat, 3 Nov 2012 14:16:04 +0800 Subject: Update README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) 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. -- cgit v1.2.1