Is there any RFC process for json-rpc?
Any draft work for next iteration of the protocol open for contributions maybe?
We're using json-rpc extensively in production for many years with great success.
It would be great to get feedback on some extensions we've made:
1. error.code to be number | string instead of just number.
2. support for async generators - where larger array results don't suffer from head-of-line blocking, individual items are yielded and are interleaved with other messages.