Shogo Wada

Results 5 comments of Shogo Wada

I'd like to use other third party JSON serializer too, but I agree that we don't want this library to depend on some specific JSON serializer. I think I have...

That's a good idea. I'm trying to think of a way to make that change while keeping the backward compatibility, and it seems challenging. E.g., if I just change `JSONRPCParams`...

It supports [middleware](https://github.com/shogowada/json-rpc-2.0#middleware). Does that suffice, or are you thinking of something else?

> is there an existing system to modify requests/responses on the client side? You can modify request on the function you give to the `JSONRPCClient`'s constructor, and modify the response...

Yeah I see some use cases for it. I might take a look in coming weeks. Thanks for the idea!