odata-client-php
odata-client-php copied to clipboard
Decode body
Fixes #64
When doing a $batch request, response will be a batch body response rather than straight json. Sometimes this response will have json as part of a change set. If decodedBody is null then make an attempt to look for a json string and use that. If not return an array as before