Expandir minha barra de realizações na Comunidade.

Join us on September 25th for a must-attend webinar featuring Adobe Experience Maker winner Anish Raul. Discover how leading enterprises are adopting AI into their workflows securely, responsibly, and at scale.
SOLUCIONADO

Add double quotes Around a word within a string

Avatar

Level 1

Hi, 

 

"ctaText": "Go To "Deals"",
 
 
I want to double quote the word Deals in JSON and was wondering what the right syntax is.
 
"ctaText": "Go To \"Deals\""
 

Will this work??
 
Thanks

1 Solução aceita

Avatar

Resposta correta de
Employee Advisor

You can validate it on the following lines 

{% let var = "\"ctaText\": \"Go To \"Deals\"\"" %}
{{var}}

 

https://experienceleague.adobe.com/en/apps/journey-optimizer/ajo-personalization?lang=en# 

Mohan_Dugganab_0-1755789749629.png

 

Ver solução na publicação original

1 Resposta

Avatar

Resposta correta de
Employee Advisor

You can validate it on the following lines 

{% let var = "\"ctaText\": \"Go To \"Deals\"\"" %}
{{var}}

 

https://experienceleague.adobe.com/en/apps/journey-optimizer/ajo-personalization?lang=en# 

Mohan_Dugganab_0-1755789749629.png