JSON and XML are the two most common formats for information exchange. XML is from World Wide Web Consortium(W3C). JSON is introduced by Douglas Crockford. Although they are not introduced for same purposes, still their more frequent use is information exchange between software applications. Applications which deal with document handling are using XML (eg: MS Word) […]
JSON Tutorial – Learn JSON Quickly
This JSON Tutorial is a quick overview of JSON concepts and its usages.This simple brief JSON Tutorial Will be very beneficial for beginners. JSON stands for JavaScript Object Notation is a language independent lightweight data-interchange format.The syntax of JSON is based upon JavaScript script syntax. JSON objects are used for the exchange of data between […]