Hi, I need to convert the ODATA xml format into the JSON format (preferrably on the mendix server in Java). I have an Angular client that needs to consume this. Alternatively the XML may be parsed client side, but so far the only Angular extensions I have been able to find are those consuming the JSON flavour of ODATA.
How can I accomplish this?
Thanks