doc: add JSON and Go article

Originally published on The Go Programming Language Blog, January 25, 2011.

http://blog.golang.org/2011/01/json-and-go.html

R=adg
CC=golang-dev
https://golang.org/cl/5846044
This commit is contained in:
Francisco Souza 2012-03-22 18:25:40 +11:00 committed by Andrew Gerrand
parent cec67568e9
commit 289a357104
10 changed files with 651 additions and 3 deletions

View file

@ -6,7 +6,7 @@
// RFC 4627.
//
// See "JSON and Go" for an introduction to this package:
// http://blog.golang.org/2011/01/json-and-go.html
// http://golang.org/doc/articles/json_and_go.html
package json
import (