REST Service Response XML vs. JSON
Hi,
I'm new to Pega 7.2. I need to consume a REST service for a certain case. This service can return response as XML format or as JSON format.
What are the pros and cons in Pega for each of these response types? What is recommended?
Thanks!
***Moderator Edit: Vidyaranjan| Updated Categories***
Hello,
I completely agree with Praveen, its purely depends on the requirement. Most of the cases preferable is JSON.
Below link will give pros and cons of JSON and XML
http://stackoverflow.com/questions/4862310/json-and-xml-comparison
Hello,
I completely agree with Praveen, its purely depends on the requirement. Most of the cases preferable is JSON.
Below link will give pros and cons of JSON and XML
http://stackoverflow.com/questions/4862310/json-and-xml-comparison
Thanks!