I have an app which will load content from a website.
There will be around 100 articles during every loading.
I would like to know which way is better to load content from web if we look at:
- speed
- compatibility (will there be any problems with encoding if we use special characters etc.)
- your experience
JSON is better if your data is huge
read more here
http://www.json.org/xml.html