d19de19128
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. |
||
---|---|---|
.. | ||
clients | ||
servers | ||
client.nim | ||
jsonmarshal.nim | ||
router.nim | ||
rpcclient.nim | ||
rpcserver.nim | ||
server.nim |