Function inputs and escaping special characters with Unicode #7308
Answered
by
eavanvalkenburg
glorious-beard
asked this question in
Q&A
-
If I set a kernel argument to content containing special characters, (HTML tags, for example), and I look at the logger output from the kernel when it's invoking the function, I notice that the JSON object escapes all of the special character. For example, if I set "input" to " Version 1.2 ....", the function argument looks like:{"input":"\u003Cp\u003EVersion 1.2\u003C/p\u003E..."} Two questions:
|
Beta Was this translation helpful? Give feedback.
Answered by
eavanvalkenburg
Jul 22, 2024
Replies: 1 comment
-
Answered here: #7365 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
eavanvalkenburg
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Answered here: #7365