Hi Everyone,
I am looking for advice on a problematic JSON response from an API.
The API response in question contains a "formula" field which contains some kind of interval written as: "x>400 && x<1700".
From what I can see in other tools, including Python, Lua, Notepad++ & Firefox, the JSON is valid and parses correctly. In ESP however, when the JSON comes through, no error shows, but no data comes through either.
When looking at the ESP-Server-Pod's logs I saw that that "formula" field was throwing errors because of unexpected or wrong html syntax... (see log screencap attached)

Does anyone have any idea how I can force ESP to just pass the response to a proper JSON parser and just ignore these HTML errors?
Because the way I see it, these errors aren't relevant for the parsing of the JSON as #1: this field is ignored, and #2: this isn't HTML it's JSON...
Thanks in advance for the help and advice 🙂