0
Reading certain data from API [BTC TICKER]
Im trying to figure out how to use this API properly for a project.. New to API's and pulling data from websites. I am using c# I am basically trying to just pull the price of BTC using the following code below. Im not sure where to go from here https://code.sololearn.com/cMN7A98yOgyE/?ref=app
1 Antwort
0
Hi Zezima,
The result you get is in json.
Json is like XML een respond data language. Maybe you should take a look at jsonTextReader propertie.
The best of Luck!!