]> Cypherpunks repositories - gostls13.git/commit
doc: add JSON and Go article
authorFrancisco Souza <franciscossouza@gmail.com>
Thu, 22 Mar 2012 07:25:40 +0000 (18:25 +1100)
committerAndrew Gerrand <adg@golang.org>
Thu, 22 Mar 2012 07:25:40 +0000 (18:25 +1100)
commit289a357104854d5f58102b05b40154c727657408
treea46d45d8758d4dc92dd85fe675ec18b83733afb7
parentcec67568e98d884b9cc2a9be88c8306fd2556800
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
doc/Makefile
doc/articles/json_and_go.html [new file with mode: 0644]
doc/docs.html
doc/progs/json1.go [new file with mode: 0644]
doc/progs/json2.go [new file with mode: 0644]
doc/progs/json3.go [new file with mode: 0644]
doc/progs/json4.go [new file with mode: 0644]
doc/progs/json5.go [new file with mode: 0644]
doc/progs/run
src/pkg/encoding/json/encode.go