JSON Parsing Tutorial With Example In Android Studio [Step by Step]

JSON stands for JavaScript Object Notation. It is structured, light weight, human readable and easy to parse. It’s a best alternative to XML when our android app needs to interchange data from server. XML parsing is very complex as compare to JSON parsing. JSON is shorter, quicker and easier way to interchange data from server. … Continue reading JSON Parsing Tutorial With Example In Android Studio [Step by Step]