What is JSON and why would I use it?

前端 未结 17 2102
说谎
说谎 2020-11-21 15:54

I\'ve looked on wikipedia and Googled it and read the official documentation, but I still haven\'t got to the point where I really understand what JSON is, and why I\'d use

17条回答
  •  刺人心
    刺人心 (楼主)
    2020-11-21 16:29

    The JSON format is often used for serializing and transmitting structured data over a network connection. It is used primarily to transmit data between a server and web application, serving as an alternative to XML.

提交回复
热议问题