About

Metadata

  • Last updated , by KristenKozak
  • License MIT
  • Categories Network Development, JSON
  • Maintained by: Kristen Kozak <grayjay@wordroute.com>

  • Lottery factor: 0

Links

Installation

Tested Compilers

  1. 8.6.1
  2. 8.4.4
  3. 8.4.1
  4. 8.2.2
  5. 8.0.2
  6. 7.10.3

Package Flags

Use the -f option with cabal commands to enable flags

    demo (off by default)

    Builds the JSON-RPC demo client and server.

Readme

Functions for creating a JSON-RPC 2.0 client. See http://www.jsonrpc.org/specification. This library supports batch requests and notifications, as well as single method calls. It also provides a function for creating corresponding server-side methods with the package json-rpc-server. This library does not handle transport, so a function for communicating with the server must be provided. The demo folder contains an example client and server that can be compiled with the demo flag. See Network.JsonRpc.Client for details.