summaryrefslogtreecommitdiffstats
path: root/libraries/jsonrpc-glib/README
blob: 3ffb0dc6450ff54293d9d70a04251e3c3ac85948 (plain)
1
2
3
4
5
6
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.