我正试图使用C#
在WPF
中创建Windows 10 Weather Application
。我有来自OpenWeatherMap 的Weather Api
我正在使用JSON
。但是,我不知道如何实现预测数据。我以前从未使用过API
。如果你能帮忙,我将不胜感激。
以下是一些在c#中使用json的有用链接
https://www.newtonsoft.com/json
https://www.newtonsoft.com/json/help/html/Samples.htm#!
如何使用NuGet安装JSON.NET?
http://json2csharp.com/