JSON or HTML?

JSON or HTML?

What's considered the best way of getting data from a remote server into a JQM app if given the choice, JSON or HTML? 
JSON requires more work on the client side and the HTML method generates more markup that needs uploading to the app via ajax...