Replies: 1 comment 10 replies
-
Hi @jimfum |
Beta Was this translation helpful? Give feedback.
10 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I'm trying to use the following JSON string as a template
The render becomes an invalid JSON because of the un-escaped double quotes (as also highlighted below):
Is there a way to solve it? Like provide custom text processor. I've already checked
ITextEncoder
but that's only used together with{{
and not{{{
as sort of expected. I need to execute my JSON encoding for every inserted text.Thanks
Beta Was this translation helpful? Give feedback.
All reactions