mirror of
https://github.com/golang/go.git
synced 2025-11-08 04:31:01 +00:00
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:
parent
cec67568e9
commit
289a357104
10 changed files with 651 additions and 3 deletions
|
|
@ -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 (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue