@hackage json-rpc-server0.1.0.0

JSON RPC 2.0 on the server side.

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 Network.JsonRpc.Server module for an example.