Popularity
5.0
Growing
Activity
0.0
Stable
2
2
7

Monthly Downloads: 26
Programming language: Haskell
License: MIT License
Tags: Data     JSON     Network    
Latest version: v0.2.5.0

json-rpc-client alternatives and similar packages

Based on the "json" category.
Alternatively, view json-rpc-client alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of json-rpc-client or a related project?

Add another 'json' Package

README

json-rpc-client

Hackage Build Status

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.