sim756’s Sources on GitHub
-
sim756.Net.JsonHttp (C#)
-
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
Page
-
-
More
Sources
Author
Sadequl Islam Mithun