InterviewSolution
| 1. |
Define Json? |
|
Answer» Expansion of JSON is “JavaScript Object Notation”, It is a much lighter and readable ALTERNATIVE to XML. It is an INDEPENDENT and easily parse-able in all PROGRAMMING languages. It is primarily used for Communicating between CLIENT – server or server -server communication. It is a much lighter and readable alternative to XML. Expansion of JSON is “JavaScript Object Notation”, It is a much lighter and readable alternative to XML. It is an independent and easily parse-able in all programming languages. It is primarily used for Communicating between client – server or server -server communication. It is a much lighter and readable alternative to XML. |
|