- 3,497 total downloads
- last updated 6/11/2018
- Latest version: 0.1.6
A simplified Generic method to GET or POST JSON using HTTP, & get it deserialized or serialized into the Object of specified type.
Example:
Sample sample = new JsonHttpClient<Sample>("http://localhost:10000/api/values").Deserialize();