javascript - Is there any advantage to Ajax get data type XML over Json? -


is there advantage using ajax data formatted xml on json format?
should call ajaj?

no, no advantage using xml on json @ all. equivalent data have smaller footprint (memory, amount of data) xml, hence popularity.

ajax still used when json stands x ;)

from wikipedia:

despite name, use of xml not needed (json used instead), , requests need not asynchronous.[


Comments

Popular posts from this blog

c# - How to set Z index when using WPF DrawingContext? -

razor - Is this a bug in WebMatrix PageData? -

visual c++ - Using relative values in array sorting ( asm ) -