When I use formatjson function, it automatically change "&" to "\u0026" , and "<>" to "\u003c\u003e", how to aviod that?
Can anybody help?
Thanks
Discussion posts and replies are publicly visible
Here we trade tips for details. Can you share a more details about your use case?
I use this plugin called "Procensol Json Formatter"
,it comes to
but it supposed to be like this:
{
"name": "abc&123",
"age": "<18",
"weight": ">30kg"
}
Do you have any suggestions?
Thanks!
You might be able to use this function a!fromJson( jsonText )https://docs.appian.com/suite/help/22.4/fnc_system_a_fromjson.html
I don't want to converts a JSON string into an Appian value, just want to format json, and make it more readable.