wasinger/jsonrpc-bundle

Return an array instead of a StdClass

Closed this issue · 1 comments

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.

Sounds like a good idea. I'm looking forward for your pull request ;-)