Hello, I am kinda new to the make community, and had an issue where whenever I receive an answer from an API (in a custom app in a custom module), it comes with this whitespace character as the first character, and make doesnt seem to like that and doesnt parse the JSON from it (throws the error in the title). Is there a way to tell make to either ingore it or something like that? Any answer will be helpful
(The screenshot is from reqbin.com, since I dont know how to get to it in make, apart from the DevTool, but you cant really see the character there). Also here is the character copied: “”.
And referring to the trim function, would this be would that would look like?
“response”: {
“output”: “trim({{response.body}})”
}