Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hallatore/lervik.jsonclient
Httpclient helper that deserializes json
https://github.com/hallatore/lervik.jsonclient
Last synced: about 1 month ago
JSON representation
Httpclient helper that deserializes json
- Host: GitHub
- URL: https://github.com/hallatore/lervik.jsonclient
- Owner: hallatore
- Created: 2016-06-29T17:44:44.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-06-29T20:16:49.000Z (over 8 years ago)
- Last Synced: 2024-12-12T08:41:10.377Z (about 1 month ago)
- Language: C#
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Httpclient helper to get and deserialize json. Made with .NET Core and [netstandard1.1](https://github.com/dotnet/corefx/blob/master/Documentation/architecture/net-platform-standard.md#mapping-the-net-platform-standard-to-platforms) so it should work on most platforms.
**Usage**
[`Install-Package Lervik.JsonClient`](https://www.nuget.org/packages/Lervik.JsonClient)
```csharp
var post = await Lervik.JsonClient.GetAsync("http://jsonplaceholder.typicode.com/posts/1");
```