Click here to Skip to main content
15,898,222 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
how to make JSON prototype in asp.net c#(i use microsoft visual studio 2008)
Here are the specs for the prototype:
- Let the user enter the json url (take a sample url)
- Get data from JSON API
- Parse JSON, display data in front of user
- Cache json data
- Create a refresh button to clear the cache and refresh data
Posted

1 solution

You can use json.net[^] as a parser
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900