Parse string that is JSON object

When sending an API request, one of the key’s value contains JSON object that is string. How can I parse it?
Example:
watchedSegments - {“data”:{“cols”:[{“id”:“view”,“label”:“view”,“type”:“string”}]}}
type: text
Thanks!
edit: here’s an image:


also: here’s a screenshot from postman:

So you have an API response and one part of it is a string of a JSON object. There are quite a handful of free plugins that will help you handle that. My uninformed guess it that JSON Machine Plugin | Bubble will do the trick for you.

2 Likes

I tried this plugin and everything works.
Thanks a lot!

1 Like