gpt4 book ai didi

mule - DataWeave 2.0 反斜杠转义

转载 作者:行者123 更新时间:2023-12-04 17:36:56 25 4
gpt4 key购买 nike

如何在 DataWeave 2.0 中获得单个反斜杠?

%dw 2.0
output application/json
---
{
"attempt1": "\String",
"attempt2": "\\String"
}

返回:

{
"attempt1": "\\String",
"attempt2": "\\String"
}

最佳答案

看起来你的输出是一个 json 并且在 json 中\总是需要在字符串中转义。这就是为什么你总是会看到两个\

关于mule - DataWeave 2.0 反斜杠转义,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/57615113/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com