Popularity
5.6
Declining
Activity
0.0
Stable
8
3
3
Monthly Downloads: 67
Programming language: Haskell
License: MIT License
Latest version: v0.2.6.0
json-rpc-server alternatives and similar packages
Based on the "json" category.
Alternatively, view json-rpc-server 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 -
curl-aeson
Haskell library for communicating with HTTP service using JSON -
json-rpc-client
Functions for creating a Haskell JSON-RPC 2.0 client. -
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.
Less time debugging, more time building
Scout APM allows you to find and fix performance issues with no hassle. Now with error monitoring and external services monitoring, Scout is a developer's best friend when it comes to application development.
Promo
scoutapm.com
Do you think we are missing an alternative of json-rpc-server or a related project?
README
json-rpc-server
An implementation of the server side of JSON-RPC 2.0. See http://www.jsonrpc.org/specification. json-rpc-server uses ByteString for input and output, leaving the choice of transport up to the user. It can be used with json-rpc-client to create a client and server that communicate with the same methods.