v0.9.0
Updates HttpPostJSON
to support response decoding (#7)
This is a breaking api change.
- Updated HttpPostJSON in json.go to handle JSON response decoding when content-type is JSON, with improved error handling and code clarity
- Added code in README to demonstrate HttpPutJSON and updated HttpPostJSON functionality