Hi!
I’ve a webhook that obtain this value
[
{
"[
{
"{\"locale\":\"it\",\"time_zone\":\"Europe\\/Rome\",\"text-1\":\"Vincenzo\",\"text\":\"Test YB\",\"country-1\":\"Italy\",\"email\":\"vincenzo.salonna@yourbiz.it\",\"phone-1\":\" 393492569359\",\"select-2\":\"Privato\",\"textarea-1\":\"rewrwerwe\",\"acceptTerms-1\":": {
"\"Yes\"": {
"\"Yes\"": ""
}
}
}
]
"\"Yes\"": {
"\"Yes\"": ""
}
}
}
]
Now I need to get variable form key
"{\"locale\":\"it\",\"time_zone\":\"Europe\\/Rome\",\"text-1\":\"Vincenzo\",\"text\":\"Test YB\",\"country-1\":\"Italy\",\"email\":\"vincenzo.salonna@yourbiz.it\",\"phone-1\":\" 393492569359\",\"select-2\":\"Privato\",\"textarea-1\":\"rewrwerwe\",\"acceptTerms-1\":": }
I’ve tried to parse JSON but I cannot get value, can someone help me?