aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README9
1 files changed, 9 insertions, 0 deletions
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.