Introduction This post explains the JSON Advantages over XML. JSON is more compact. Consider the following XML data The above example contains three employees information where <empinfo> and <employees> elements help us to understand the overall structure and meaning of the information. Consider the same information formatted as JSON: In JSON formatted data closing tags […]
↧