jsonrpc
jsonrpc copied to clipboard
split up parse-message?
Is there a reason why the parse-message
function is there? I am trying to implement #38 and it is a bit confusing to have both requests and responses parsed in the same function.
Wouldn't it be more straight forward to split parse-message
in parse-request
and parse-response
?