Transform JSON

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?

Hey there,

that doesn’t look like a valid JSON, can you show a screenshot as well of what the webhook is outputting?

Once again, you are faster Stoyan :grin: