Choosing between JSON and XML
- by Midhat
Previously I used XML soap for data exchange in my web services, But switched to json for another project. Now I cant seem to find a reason to go back to XML, primarily because of the response size difference for large objects.
In what case would you need to use XML over json for web service response