Posts by Fernando Barbosa • 1 point
2 posts
-
0
votes2
answers104
viewsA: take json data in url and play inside a textbox in c#
the link is this https://api.coinmarketcap.com/v1/ticker/bitcoin/ and as a result of this: [ { "id": "bitcoin", "name": "Bitcoin", "Symbol": "BTC", "rank": "1", "price_usd": "2398.7", "price_btc":…
-
0
votes2
answers104
viewsQ: take json data in url and play inside a textbox in c#
Good afternoon how do I take the data of a url that is in json format and play inside my textbox ? thank you