I need to pass large data from UI to server and save it to database. I have a xml column in database. What should I use between XML or JSON and why?
Also I need to display data from server to UI. So again what should I use between XML or JSON and why?
Go to the complete details ...