blob: 68586f3483062080e93baf45d81bbba39e6ea031 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
JSON Over HTTP Client Go Library
Jttp is a Go library that encapsulates the boilerplate of making a
HTTP request, checking the response status, and decoding the JSON in
the response body.
The name jttp stands for JSON Text Transfer Protocol. It is a play on
HTTP, the HyerText Transfer Protocol. Although HTTP is often used to
transport JSON, JSON itself is not hypertext.
|