Popularity
6.0
Growing
Activity
0.0
Declining
8
3
3
Monthly Downloads: 21
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.
-
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-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.