Skip to content

Commit 85815d7

Browse files
authored
Add note about using escape character when serializing JSON
1 parent c296476 commit 85815d7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

articles/logic-apps/workflow-definition-language-functions-reference.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4895,8 +4895,9 @@ For this example, both expressions find nodes that match the `<location></locati
48954895
> [!NOTE]
48964896
>
48974897
> If you're working in code view, escape the double quotation mark (") by using the backslash character (\\).
4898-
> If you're working in the expression editor, you don't need to escape the double quotation mark because the
4899-
> backslash character is added automatically, for example:
4898+
> For example, you need to use escape characters when you serialize an expression as a JSON string.
4899+
> However, if you're working in the Logic App Designer or expression editor, you don't need to escape the
4900+
> double quotation mark because the backslash character is added automatically to the underlying definition, for example:
49004901
>
49014902
> * Code view: `xpath(xml(body('Http')), '/*[name()=\"file\"]/*[name()=\"location\"]')`
49024903
>

0 commit comments

Comments
 (0)