sim756.Net.JsonHttp
0.1.2
A simplified method to get JSON using HTTP & get it deserialized into the Object of specified Type at once.
Example:
Sample sample = new JsonHttpClient<Sample>("http://localhost:10000/api/values").Deserialize();
See the version list below for details.
Install-Package sim756.Net.JsonHttp -Version 0.1.2
dotnet add package sim756.Net.JsonHttp --version 0.1.2
<PackageReference Include="sim756.Net.JsonHttp" Version="0.1.2" />
paket add sim756.Net.JsonHttp --version 0.1.2
#r "nuget: sim756.Net.JsonHttp, 0.1.2"
// Install sim756.Net.JsonHttp as a Cake Addin
#addin nuget:?package=sim756.Net.JsonHttp&version=0.1.2
// Install sim756.Net.JsonHttp as a Cake Tool
#tool nuget:?package=sim756.Net.JsonHttp&version=0.1.2
sim756.Net.JsonHttp
JsonHttpClient
A simplified Generic method to get JSON using HTTP & get it deserialized into the Object of specified type.
Example:
Sample sample = new JsonHttpClient<Sample>("http://localhost:10000/api/values").Deserialize();
Source
https://github.com/sim756/sim756.Net.JsonHttp
Other Sources
Author
Sadequl Islam Mithun
https://www.sim756.com
https://sim756.github.io
https://facebook.com/sim756
https://twitter.com/sim756
https://www.linkedin.com/in/sim756
sim756.Net.JsonHttp
JsonHttpClient
A simplified Generic method to get JSON using HTTP & get it deserialized into the Object of specified type.
Example:
Sample sample = new JsonHttpClient<Sample>("http://localhost:10000/api/values").Deserialize();
Source
https://github.com/sim756/sim756.Net.JsonHttp
Other Sources
Author
Sadequl Islam Mithun
https://www.sim756.com
https://sim756.github.io
https://facebook.com/sim756
https://twitter.com/sim756
https://www.linkedin.com/in/sim756
Dependencies
-
.NETStandard 2.0
- Newtonsoft.Json (>= 11.0.2)
Used By
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.