Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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");
```