I created some prompts in OpenAI's APIs that respond back with validated JSON.
However, since it is in the response as a text string, I cannot figure out how to get Xano to recognize it as JSON (and then enable me to work with it as such).
Example Output at response.result.choices.text:
[ { 'keyword': 'cute', 'sentiment': 'positive' }, { 'keyword': 'sound', 'sentiment': 'positive' }, { 'keyword': 'stay tuned', 'sentiment': 'negative' }, { 'keyword': 'well made', 'sentiment': 'positive' }, { 'keyword': 'looks great', 'sentiment': 'positive' }, { 'keyword': 'multi-hundred dollar instrument', 'sentiment': 'neutral' }, { 'keyword': 'good deal', 'sentiment': 'positive' } ]
What transformations (or other functions) to get Xano to recognize this at JSON?