I am using php & jquery. I use ajax calls to load some huge html content got from some other php page. As it gets slower as time goes, i understood that the problem is t
if i understand your problem, u want the return data in jSON then simple use
jQuery.ajax({ dataType:'json' })