How to consume a JSON Data at the backend code of ASP.Net?
- [{"Response":[{"DryWeight":"3.0","TotalWeight":"1300","VehicleNo":"5","WetWeight":"2.0"}],"Status":"Ok"}]
Like at the above code is that if the status code is ok then the response should return the following values or else it should return no record found.
As I am Begineer i don't know how to use it.
If there's a solution please let me know it..,