pub fn params_object(params: &Value) -> Result<Map<String, Value>, RpcError>
Require that params is an object (or unit / missing). Returns the cloned map so handlers can pull fields with .get().
params
.get()