Android json parsing Tutorial Part – 1

 

Android JSON Parsing Tutorial – JSON stands for JavaScripts Object Notation. It is very simple, lightweight, structured, easy to parse and much human readable programming language. JSON is alternative to XML when your android app needs to exchange data with your server. In Android, There are four different classes of JSON such as JSONArray, JSONObject, JSONStringer, and JSONTokenizer.

 


Leave a Reply

Your email address will not be published. Required fields are marked *