I have asked my chat gpt agent to provide the response value as a JSON object, and it is coming into pabbly connect as:
json ```{"variable":"value"}```
But when I do a JSON parser on that it says not a valid JSON object.
When I write a block of code on python, it is saying that
unexpected character after line continuation character (<string>, line 16)
So how do I properly parse this?
Thanks.
json ```{"variable":"value"}```
But when I do a JSON parser on that it says not a valid JSON object.
When I write a block of code on python, it is saying that
unexpected character after line continuation character (<string>, line 16)
So how do I properly parse this?
Thanks.