My API Docs have the response returning in JSON when I test on in their documentation.
When I put it in Apiant, it continues to come back in XML
Am I missing something? How do I get it to come back in JSON? or convert it from XML to JSON?
My API Docs have the response returning in JSON when I test on in their documentation.
When I put it in Apiant, it continues to come back in XML
Am I missing something? How do I get it to come back in JSON? or convert it from XML to JSON?
If an API returns JSON, the HTTP Transaction modules and variants automatically convert the response to XML.
You will see āoā, āeā, and āaā nodes to represent JSON objects, entries, and attributes.