aboutsummaryrefslogtreecommitdiff
path: root/content/json-and-go.article
diff options
context:
space:
mode:
Diffstat (limited to 'content/json-and-go.article')
-rw-r--r--content/json-and-go.article2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/json-and-go.article b/content/json-and-go.article
index 4287cf8..61cee1e 100644
--- a/content/json-and-go.article
+++ b/content/json-and-go.article
@@ -1,7 +1,7 @@
# JSON and Go
25 Jan 2011
Tags: json, technical
-Summary: JSON (JavaScript Object Notation) is a simple data interchange format. Syntactically it resembles the objects and lists of JavaScript. It is most commonly used for communication between web back-ends and JavaScript programs running in the browser, but it is used in many other places, too. Its home page, [json.org](http://json.org), provides a wonderfully clear and concise definition of the standard.
+Summary: How to generate and consume JSON-formatted data in Go.
Andrew Gerrand