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:
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.