Hi I am using "XML to JSON" policy to change my XML into JSON but it is adding an extra "$" character. not sure what is the benefit of having it and how to get rid of that. Currently: hello becomes { "a": { "$" : "hello" } } Expecting it to return { "a": "hello" }
Can anyone please help here?