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.
-
json-autotype
Automatic Haskell type inference from JSON input -
aeson-pretty
JSON pretty-printing library and command-line tool. -
xml-to-json-fast
Fast, light converter of xml to json capable of handling huge xml files -
digestive-functors-aeson
Run digestive-functors against a JSON document -
aeson-better-errors
Better errors when decoding JSON values -
highjson
Haskell: Low boilerplate, easy to use and very fast Haskell JSON serialisation and parsing -
json-rpc-server
A Haskell implementation of JSON RPC 2.0 on the server side. -
curl-aeson
Haskell library for communicating with HTTP service using JSON -
aeson-quick
Haskell library for quick JSON extractions with Aeson -
log2json
Take an httpd.conf style LogFormat string and parse log files into JSON records. -
json-rpc-generic
Generic encoder and decode for JSON-RPC -
json-alt
Union 'alternative' or Either that has untagged JSON encoding.
Clean code begins in your IDE with SonarLint
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.