-2
I am accessing a website that provides an API that returns the data in JSON format, but the data is returned inside an XML code in the format below:
<string xmlns="http://tempuri.org/">[arquivo JSON]</string>
How to extract this JSON file from within XML code?