Popularity
4.1
Declining
Activity
0.0
Stable
2
1
4
Monthly Downloads: 21
Programming language: Haskell
License: MIT License
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.
-
xml-to-json-fast
Fast, light converter of xml to json capable of handling huge xml files -
digestive-functors-aeson
Run digestive-functors forms against JSON -
aeson-better-errors
Better error messages when decoding JSON values. -
aeson-parsec-picky
Alternative JSON parser based on Parsec and Aeson -
json-rpc-generic
Generic encoder and decode for JSON-RPC -
json-alt
Union 'alternative' or Either that has untagged JSON encoding.
Get performance insights in less than 4 minutes
Scout APM uses tracing logic that ties bottlenecks to source code so you know the exact line of code causing performance issues and can get back to building a great product faster.
Sponsored
scoutapm.com
Do you think we are missing an alternative of json-rpc-client or a related project?
README
json-rpc-client
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.