Hi, guys, I have a url that gives a result like this:
How do I save the "text\" data which is [\"Bonjour\"] from the JSON result into a variable? I have tried setting a global variable to JSON.Get("text.0") and I have tried JSON.Get(text\.0), but it returns 0, how do I do this?