Info
| Version: | 10.0.0-preview |
| Author(s): | sim756.Net.JsonHttp |
| Last Update: | Thursday, October 16, 2025 |
| .NET Fiddle: | Create the first Fiddle |
| Project Url: | https://sim756.github.io/sim756.Net.JsonHttp |
| NuGet Url: | https://www.nuget.org/packages/sim756.Net.JsonHttp |
Install
Install-Package sim756.Net.JsonHttp
dotnet add package sim756.Net.JsonHttp
paket add sim756.Net.JsonHttp
sim756.Net.JsonHttp Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.AspNet.WebApi.Client(>= 5.2.6)
- Newtonsoft.Json(>= 11.0.2)
Tags
Example:
Sample sample = new JsonHttpClient<Sample>("http://localhost:10000/api/values").Deserialize();.