I'm working with REST API which return XML response, however for my fronted I'm using JSON to represent data. Is there any good libraries to do automatic conversion in realtime from XML response to JSON at the server(django)?
I'm using Angular.JS for frontend and Django as server. So, my djanog app is a proxy between client and some 3rd party REST API. What would be a best practice to do this conversion?
No comments:
Post a Comment