You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to dotliquid
Who does know how to escape curly braces within liquid?
My JSON object contain properties with curly braces in it, like this: {"{name}" : "John"}.
I've got this error: not properly terminated with regexp: (?-mix:\\}\\})'
Kind Regards,
Gert Vloo
David Kominek
unread,
Dec 3, 2018, 2:26:03 PM12/3/18
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to dotliquid
Try accessing the property without the special character. We have had a use case where the json property starts with a $, and dotliquid strips the special characters out leaving only alphanumeric characters for the property name.