InterviewSolution
Saved Bookmarks
| 1. |
Why Do We Use Json? |
|
Answer» 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. 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. |
|