json_rpc_2 icon indicating copy to clipboard operation
json_rpc_2 copied to clipboard

Consider empty array or empty-map equivalent to having no params

Open jonasfj opened this issue 1 year ago • 0 comments

I'm not sure this is a good idea.

But some clients will send {method: '...', params: []} when no parameters are given. So maybe it could be reasonable for the server to interpret params: [] the same as omitting parameters.

jonasfj avatar Sep 17 '23 21:09 jonasfj