OpenWeatherMap API: always use nullable data
authorgu.martinm@gmail.com <gu.martinm@gmail.com>
Sun, 17 Aug 2014 17:20:42 +0000 (19:20 +0200)
committergu.martinm@gmail.com <gu.martinm@gmail.com>
Sun, 17 Aug 2014 17:20:42 +0000 (19:20 +0200)
commitcb84d323c3262930e35529d55524e0b788ecd918
treedc3759f2a5ea33757b78e540341c85b727d75781
parent7c038d47ac4f72ae72d1f4bb5489c7850c6b3209
OpenWeatherMap API: always use nullable data

In this way we can check whether we have remote received data.
23 files changed:
Allgemeines/openweathermap/jsonparser/jsonparser.MonoDevelop.sln [new file with mode: 0644]
Allgemeines/openweathermap/jsonparser/jsonparser.Windows.sln [new file with mode: 0644]
Allgemeines/openweathermap/jsonparser/jsonparser.sln [deleted file]
Allgemeines/openweathermap/jsonparser/jsonparser/App.config [new file with mode: 0644]
Allgemeines/openweathermap/jsonparser/jsonparser/Program.cs
Allgemeines/openweathermap/jsonparser/jsonparser/currentweather/Clouds.cs
Allgemeines/openweathermap/jsonparser/jsonparser/currentweather/Coord.cs
Allgemeines/openweathermap/jsonparser/jsonparser/currentweather/CurrentWeather.cs
Allgemeines/openweathermap/jsonparser/jsonparser/currentweather/Main.cs
Allgemeines/openweathermap/jsonparser/jsonparser/currentweather/Rain.cs
Allgemeines/openweathermap/jsonparser/jsonparser/currentweather/Sys.cs
Allgemeines/openweathermap/jsonparser/jsonparser/currentweather/Weather.cs
Allgemeines/openweathermap/jsonparser/jsonparser/currentweather/Wind.cs
Allgemeines/openweathermap/jsonparser/jsonparser/forecastweather/City.cs
Allgemeines/openweathermap/jsonparser/jsonparser/forecastweather/Coord.cs
Allgemeines/openweathermap/jsonparser/jsonparser/forecastweather/ForecastWeather.cs
Allgemeines/openweathermap/jsonparser/jsonparser/forecastweather/List.cs
Allgemeines/openweathermap/jsonparser/jsonparser/forecastweather/Temp.cs
Allgemeines/openweathermap/jsonparser/jsonparser/forecastweather/Weather.cs
Allgemeines/openweathermap/jsonparser/jsonparser/jsonparser.MonoDevelop.csproj [new file with mode: 0644]
Allgemeines/openweathermap/jsonparser/jsonparser/jsonparser.Windows.csproj [new file with mode: 0644]
Allgemeines/openweathermap/jsonparser/jsonparser/jsonparser.csproj [deleted file]
Allgemeines/openweathermap/jsonparser/jsonparser/packages.config [new file with mode: 0644]