InterviewSolution
Saved Bookmarks
| 1. |
Is Json Markup Language? |
|
Answer» JSON is like XML in that it is used to structure data in a text FORMAT and is commonly used to exchange data over the Internet. JSON is not a MARKUP LANGUAGE. JSON (JavaScript Object NOTATION) is a lightweight data-interchange format. It is easy for HUMANS to read and write. JSON is like XML in that it is used to structure data in a text format and is commonly used to exchange data over the Internet. JSON is not a markup language. JSON (JavaScript Object Notation) is a lightweight data-interchange format. It is easy for humans to read and write. |
|