Parsing openweathermap JSON data.
authorgu.martinm@gmail.com <gu.martinm@gmail.com>
Wed, 23 Apr 2014 07:31:24 +0000 (09:31 +0200)
committergu.martinm@gmail.com <gu.martinm@gmail.com>
Wed, 23 Apr 2014 07:31:24 +0000 (09:31 +0200)
commit7f1a06148511cacebab96ddea70c6987604da28d
treebdd813547456890c9d9f3dc3a1b9366f0771afd6
parentdd0dea6538912288d499fc9c06f3f2b0ad7db415
Parsing openweathermap JSON data.
30 files changed:
Allgemeines/openweathermap/jsonparser/jsonparser.sln [new file with mode: 0644]
Allgemeines/openweathermap/jsonparser/jsonparser/Program.cs [new file with mode: 0644]
Allgemeines/openweathermap/jsonparser/jsonparser/Properties/AssemblyInfo.cs [new file with mode: 0644]
Allgemeines/openweathermap/jsonparser/jsonparser/currentweather/Clouds.cs [new file with mode: 0644]
Allgemeines/openweathermap/jsonparser/jsonparser/currentweather/Coord.cs [new file with mode: 0644]
Allgemeines/openweathermap/jsonparser/jsonparser/currentweather/CurrentWeather.cs [new file with mode: 0644]
Allgemeines/openweathermap/jsonparser/jsonparser/currentweather/Main.cs [new file with mode: 0644]
Allgemeines/openweathermap/jsonparser/jsonparser/currentweather/Rain.cs [new file with mode: 0644]
Allgemeines/openweathermap/jsonparser/jsonparser/currentweather/Sys.cs [new file with mode: 0644]
Allgemeines/openweathermap/jsonparser/jsonparser/currentweather/Weather.cs [new file with mode: 0644]
Allgemeines/openweathermap/jsonparser/jsonparser/currentweather/Wind.cs [new file with mode: 0644]
Allgemeines/openweathermap/jsonparser/jsonparser/forecastweather/City.cs [new file with mode: 0644]
Allgemeines/openweathermap/jsonparser/jsonparser/forecastweather/Coord.cs [new file with mode: 0644]
Allgemeines/openweathermap/jsonparser/jsonparser/forecastweather/ForecastWeather.cs [new file with mode: 0644]
Allgemeines/openweathermap/jsonparser/jsonparser/forecastweather/List.cs [new file with mode: 0644]
Allgemeines/openweathermap/jsonparser/jsonparser/forecastweather/Temp.cs [new file with mode: 0644]
Allgemeines/openweathermap/jsonparser/jsonparser/forecastweather/Weather.cs [new file with mode: 0644]
Allgemeines/openweathermap/jsonparser/jsonparser/jsonparser.csproj [new file with mode: 0644]
Allgemeines/openweathermap/jsonparsernofunciona/jsonparser.sln [new file with mode: 0644]
Allgemeines/openweathermap/jsonparsernofunciona/jsonparser/Program.cs [new file with mode: 0644]
Allgemeines/openweathermap/jsonparsernofunciona/jsonparser/Properties/AssemblyInfo.cs [new file with mode: 0644]
Allgemeines/openweathermap/jsonparsernofunciona/jsonparser/currentweather/Clouds.cs [new file with mode: 0644]
Allgemeines/openweathermap/jsonparsernofunciona/jsonparser/currentweather/Coord.cs [new file with mode: 0644]
Allgemeines/openweathermap/jsonparsernofunciona/jsonparser/currentweather/CurrentWeather.cs [new file with mode: 0644]
Allgemeines/openweathermap/jsonparsernofunciona/jsonparser/currentweather/Main.cs [new file with mode: 0644]
Allgemeines/openweathermap/jsonparsernofunciona/jsonparser/currentweather/Rain.cs [new file with mode: 0644]
Allgemeines/openweathermap/jsonparsernofunciona/jsonparser/currentweather/Sys.cs [new file with mode: 0644]
Allgemeines/openweathermap/jsonparsernofunciona/jsonparser/currentweather/Weather.cs [new file with mode: 0644]
Allgemeines/openweathermap/jsonparsernofunciona/jsonparser/currentweather/Wind.cs [new file with mode: 0644]
Allgemeines/openweathermap/jsonparsernofunciona/jsonparser/jsonparser.csproj [new file with mode: 0644]