v4.2.0
Items Addressed
- Adds
parseJsonStrictly
option (default istrue
)- When set to true
true
, a response that throws an exception during parsing will returnnull
- When set to
false
, a response that throws an exception during parsing will return the text of the response body. This is especially helpful for responses that send a string (e.g., a token) that was not properly escaped (123AZY
vs."123AZY"
)
- When set to true