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!