05-22-2023 03:38 AM
Hello,
I need help to remove backslashes from json SOAP response below.
[{"id":"500001130581","workType":"test","total":7.000}]
I tried replace function, but it is not working, Can someone help?
-Thanks
05-22-2023 05:34 AM
Fixed the issue. thanks
05-22-2023 07:56 PM
Can you share how you replace backslash ?
05-22-2023 10:00 PM
If your json input is x and JSON.parse() will help to remove backslashes.
Mapper - Mapping table