summaryrefslogtreecommitdiffstats
path: root/libraries/jsonrpc-glib/README
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/jsonrpc-glib/README')
-rw-r--r--libraries/jsonrpc-glib/README7
1 files changed, 7 insertions, 0 deletions
diff --git a/libraries/jsonrpc-glib/README b/libraries/jsonrpc-glib/README
new file mode 100644
index 0000000000..3ffb0dc645
--- /dev/null
+++ b/libraries/jsonrpc-glib/README
@@ -0,0 +1,7 @@
+Jsonrpc-GLib is a library to communicate with JSON-RPC based peers in
+either a synchronous or asynchronous fashion. It also allows
+communicating using the GVariant serialization format instead of
+JSON when both peers support it. You might want that when
+communicating on a single host to avoid parser overhead and
+memory-allocator fragmentation.
+