Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
8.12.6
-
None
-
Point
-
Not applicable
Description
For a roxie service that returns json like "Results": { "result_1": {"Row":[]}}, the sample json response has 'Result 1" instead of "result_1". Our app is using the sample json response to determine the expected response structure and deserialize it into an object; because of this disconnect, we're experiencing errors.