Response cleaning
Function characters are automatically removed to ensure valid JSON responses
Last updated
Was this helpful?
Function characters are automatically removed to ensure valid JSON responses
Last updated
Was this helpful?
Some APIs return data, in a format that is incorrect JSON, as it contains , and thus can't be parsed as JSON.
In order to be able to parse these responses to JSON, all function characters (except for the characters for 9 (\t,
tab), 10 (\n
, newline), and 13 (\r
, carriage return)) are automatically removed from responses.