-
-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Description
Today I try return a integer from my rpc service and apigility return a html page without a error.
I see that top level parser is different from deep level parser, for example:
this code
return array(array(1));
return this json
{"0":[1]}
Maybe the problem has something relative to this, sometime that top leve parser try convert everthing to a object.
Originally posted by @edipoReboucas at zfcampus/zf-rpc#6
Metadata
Metadata
Assignees
Labels
No labels