Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
WIP: fix JsonRpcRequest to be valid json
fix/types: JsonRpcParams should be valid JSON values `undefined` is not valid JSON. https://www.ecma-international.org/publications/files/ECMA-ST/ECMA-404.pdf (Section 5): A JSON value can be an object, array, number, string, true, false, or null.
- Loading branch information