@hackage json-rpc-server0.1.0.0

JSON RPC 2.0 on the server side.

json-rpc-server

An implemation of the server side of JSON RPC 2.0. See http://www.jsonrpc.org/specification. This library uses ByteString for input and output, leaving the choice of transport up to the user. See the demo folder for an example.