ufna / VaRest

REST API plugin for Unreal Engine 4 - we love restfull backend and JSON communications!
https://www.unrealengine.com/marketplace/en-US/product/varest-plugin
MIT License
1.07k stars 292 forks source link

Is XML supported or is there a way to make it work ? #409

Open Leedia-exe opened 1 year ago

Leedia-exe commented 1 year ago

Hello, first of all, thank you for your plugin; it's really helpful. The issue I'm having here is that I'm receiving an XML response instead of JSON (from a WMS if you're familiar) and I'm trying to access specific fields of that URL using the VArest plugin, but only JSON functions are available. Is there a way to parse the XML content into JSON so that I can achieve this? Thank you in advance!