This is a simple example of calling an API and then parsing the JSON response.
File list:
Restful API Example1
...................\.vs
...................\...\Restful API Example1
...................\...\....................\v14
...................\...\....................\...\.suo
...................\packages
...................\........\Newtonsoft.Json.8.0.3
...................\........\.....................\lib
...................\........\.....................\...\net20
...................\........\.....................\...\.....\Newtonsoft.Json.dll
...................\........\.....................\...\.....\Newtonsoft.Json.xml
...................\........\.....................\...\net35
...................\........\.....................\...\.....\Newtonsoft.Json.dll
...................\........\.....................\...\.....\Newtonsoft.Json.xml
...................\........\.....................\...\net40
...................\........\.....................\...\.....\Newtonsoft.Json.dll
...................\........\.....................\...\.....\Newtonsoft.Json.xml
...................\........\.....................\...\net45
...................\........\.....................\...\.....\Newtonsoft.Json.dll
...................\........\.....................\...\.....\Newtonsoft.Json.xml
...................\........\.....................\...\portable-net40+sl5+wp80+win8+wpa81
...................\........\.....................\...\..................................\Newtonsoft.Json.dll
...................\........\.....................\...\..................................\Newtonsoft.Json.xml
...................\........\.....................\...\portable-net45+wp80+win8+wpa81+dnxcore50
...................\........\.....................\...\........................................\Newtonsoft.Json.dll
...................\........\.....................\...\........................................\Newtonsoft.Json.xml
...................\........\.....................\tools
...................\........\.....................\.....\install.ps1
...................\........\.....................\Newtonsoft.Json.8.0.3.nupkg
...................\Restful API Example1
...................\....................\bin
...................\....................\...\Debug
...................\....................\...\.....\Newtonsoft.Json.dll
...................\....................\...\.....\Newtonsoft.Json.xml
...................\....................\...\.....\Restful API Example1.exe
...................\....................\...\.....\Restful API Example1.exe.config
...................\....................\...\.....\Restful API Example1.pdb
...................\....................\...\.....\Restful API Example1.vshost.exe
...................\....................\...\.....\Restful API Example1.vshost.exe.config
...................\....................\...\.....\Restful API Example1.vshost.exe.manifest
...................\....................\...\Release
...................\....................\obj
...................\....................\...\Debug
...................\....................\...\.....\TempPE
...................\....................\...\.....\DesignTimeResolveAssemblyReferencesInput.cache
...................\....................\...\.....\Restful API Example1.csproj.FileListAbsolute.txt
...................\....................\...\.....\Restful API Example1.csprojResolveAssemblyReference.cache
...................\....................\...\.....\Restful API Example1.exe
...................\....................\...\.....\Restful API Example1.pdb
...................\....................\...\.....\TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
...................\....................\...\.....\TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
...................\....................\...\.....\TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
...................\....................\Properties
...................\....................\..........\AssemblyInfo.cs
...................\....................\App.config
...................\....................\packages.config
...................\....................\Program.cs
...................\....................\Restful API Example1.csproj
...................\Restful API Example1.sln
...................\WeatherApiClient.cs