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
Post a Comment