JSON-RPC.NET
JSON-RPC.NET copied to clipboard
Improve error message when method not found
The error message ("data" section) generated here: https://github.com/Astn/JSON-RPC.NET/blob/master/Json-Rpc/Handler.cs#L224
Can be improved to actually display name of the method, that was not found for easier usage of the library. Can do a PR.