Hi,
I wonder whether someone can give me some simple help.
I am getting some JSON from an API which I have to clean up, so it ends up as TEXT
I am trying to to get it back into a format that I can loop through as if it had come via the API.
I had created an backend API to push the json text into and then use that as an API to read it, but I am trying to find something that can tell the API to convert it into JSON beneath the body element.
Then I can use bubbles normal function to extract it!