According to the specification here: http://groups.google.com/group/json-rpc/web/json-rpc-2-0
more specifically, this section:
If present, the parameters for the rpc call MUST be provided as a structured value. Either position through an Array or name-name through an object.
It seems obvious to me that both styles should be supported, however, I filed a bug report, and the other developer believes that the developers should decide which method to support, and that both are not required for the specification.
I can not find the official answer, except that I quoted above that the other developer does not interpret in the same way as I do.
So what is the general consensus?
source
share