Return an array instead of a StdClass
Closed this issue · 1 comments
Deleted user commented
Hi everybody,
In the execute() function of JsonRpc controller it could be great to set $assoc = true on the json_decode() function to return an array instead of a StdClass object. So we could use the options resolver component to validate parameters in our api.
wasinger commented
Sounds like a good idea. I'm looking forward for your pull request ;-)