To day I will show you how to access Asp.net web service that's return data in Json (Java Script object notation ) Data Format.
I have already shared how to make web service on asp.net.
I also shared how to deploy asp.net service on local host and how to access deployed web service on Android browser .
I also shared how to access asp.net XML Service on android , so must have to go through all these tutorials before reading this tutorial.
Json service are better the XML web service because,
Json service is Light weight, fast and don't cray any extra data like XML start and end Tags tags.
I have already shared how to make web service on asp.net.
I also shared how to deploy asp.net service on local host and how to access deployed web service on Android browser .
I also shared how to access asp.net XML Service on android , so must have to go through all these tutorials before reading this tutorial.
Json service are better the XML web service because,
Json service is Light weight, fast and don't cray any extra data like XML start and end Tags tags.






