Hacker News new | ask | show | jobs
by willarson 6760 days ago
I also agree about JSON. JSON is quicker to serialize to and from than XML, and it also uses less bandwidth.

Realistically though, the serialization should be a simple layer on the top of your API, and there isn't anything that should prevent you from doing both quickly.