XML and JSON — Advantages and Disadvantages?

前端 未结 8 725
遥遥无期
遥遥无期 2020-12-22 22:12

I recently heard about JavaScript Object Notation (JSON), and after looking it up, it seems like it\'s becoming rather popular as an alternative to the Extensible Markup Lan

8条回答
  •  一整个雨季
    2020-12-22 22:33

    JSON - smaller and can be natively loaded as JavaScript object (speed is a value)

    XML - still standard, however older (slower, bigger, but not only JS)

提交回复
热议问题