nim-json-rpc/json_rpc
Zahary Karadjov d19de19128
Refactor the router to allow bypassing the use of std/json
The users will be now able to write RPC handlers returning the
distinct type `StringOfJson`. This will bypass any use of the
standard library's JsonNode type and its serialization routines.

The change was motivated by the integration of JSON-RPC in
status-im/nim-beacon-chain where most of the data types cannot
be handled by Nim's std lib or json-rpc's jsonmarshal module.
2020-03-17 20:38:52 +02:00
..
clients replace getCurrentExceptionMsg() and delete some unused imports 2019-12-02 12:26:09 +01:00
servers Refactor the router to allow bypassing the use of std/json 2020-03-17 20:38:52 +02:00
client.nim Better error handling 2019-11-22 15:14:16 +02:00
jsonmarshal.nim Trivial changes required for the beacon node integration 2020-03-17 00:17:10 +02:00
router.nim Refactor the router to allow bypassing the use of std/json 2020-03-17 20:38:52 +02:00
rpcclient.nim Websocket client support and some fixes 2019-06-12 20:53:15 +03:00
rpcserver.nim fix the package structure to make Nimble happy 2018-07-20 19:34:10 +03:00
server.nim Refactor the router to allow bypassing the use of std/json 2020-03-17 20:38:52 +02:00