JSON String to JSON

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!

Send the json string to a backend workflow that spits it back out. Then call it with the API connector… Bubble treats it like regular json. if you need more tools to mess with data, json toolkit plugin is there.

I just recorded a video explaining how you can convert a JSON text into a JSON object.

It’s necessary a stringfied json. Chat GPT can do this conversion.

Thanks

Working through it. Need Gemini for the analysis, just a pain to get it into json that can be looped through.