From 056cff27d3c003e32e098dc59bb53a8a93efa88a Mon Sep 17 00:00:00 2001 From: Sam Anthony Date: Sat, 13 Jun 2026 11:21:13 -0400 Subject: Client.Do() --- README | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 README (limited to 'README') diff --git a/README b/README new file mode 100644 index 0000000..68586f3 --- /dev/null +++ b/README @@ -0,0 +1,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. -- cgit v1.2.3