3lvis / Networking

Swift HTTP Networking with stubbing and caching support
MIT License
1.36k stars 112 forks source link

Added row body to response so it can be used in cases when json parsing fail or posibly in other circumstances. #256

Closed renetik closed 4 years ago

renetik commented 4 years ago

Fixes #255

I would suggest instead fix json parsing so it is better suited of parsing of data returned from server as I pointed out in this bug report but I get over this problem by being able to access row body and parse it by myself.

3lvis commented 4 years ago

Thank you!