Reading JSON File
-
Hi friends.. I have a URL who gives a JSON data, now i want some value from that JSON file, so how I read read JSON file and take require data from it(using asp.net 2.0 and C#). Thanks, Abbas
-
Hi friends.. I have a URL who gives a JSON data, now i want some value from that JSON file, so how I read read JSON file and take require data from it(using asp.net 2.0 and C#). Thanks, Abbas
-
Hi friends.. I have a URL who gives a JSON data, now i want some value from that JSON file, so how I read read JSON file and take require data from it(using asp.net 2.0 and C#). Thanks, Abbas
go to below link hope this will work for you http://stackoverflow.com/questions/1212344/parse-json-in-c[^]
-
Thanks Rakesh ..it's give me idea...
-
Hi friends.. I have a URL who gives a JSON data, now i want some value from that JSON file, so how I read read JSON file and take require data from it(using asp.net 2.0 and C#). Thanks, Abbas
hi, you can read data using stream reader and store in to a namevalue collection. If you are using json data for scripting purpose you can use jquery.
-
hi, you can read data using stream reader and store in to a namevalue collection. If you are using json data for scripting purpose you can use jquery.
thanks friend ....
-
go to below link hope this will work for you http://stackoverflow.com/questions/1212344/parse-json-in-c[^]
thanks....