We are using xml to json policy. There is one field in the output which has a single slash in the data.
But the apigee is returning double slash for that field as below:
The actual data is
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<XMLToJSON continueOnError="false" enabled="true" name="XML-to-JSON-Formatoutput">
<DisplayName>XML to JSON-Formatoutput</DisplayName>
<Properties/>
<Format>xml.com</Format>
<OutputVariable>response</OutputVariable>
<Source>response</Source>
</XMLToJSON>