go/src/encoding/json
Aaron Jacobs 9df81f8221 encoding/json: Fixed the comment specifying Marshal behavior for maps.
The comment previously was reversed in sense (it appeared to be
describing unmarshaling). I've fixed that, and added the caveat that map
keys are subject to UTF-8 coercion like other strings.

Change-Id: Id08082aa71401a6e7530a42f979fbb50bd1f4e6a
Reviewed-on: https://go-review.googlesource.com/5221
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
Reviewed-by: Andrew Gerrand <adg@golang.org>
2015-02-18 23:57:36 +00:00
..
testdata build: move package sources from src/pkg to src 2014-09-08 00:08:51 -04:00
bench_test.go build: move package sources from src/pkg to src 2014-09-08 00:08:51 -04:00
decode.go encoding/json: add UnmarshalTypeError.Offset 2015-01-29 09:54:25 +00:00
decode_test.go encoding/json: add UnmarshalTypeError.Offset 2015-01-29 09:54:25 +00:00
encode.go encoding/json: Fixed the comment specifying Marshal behavior for maps. 2015-02-18 23:57:36 +00:00
encode_test.go encoding/json: encode \t as \t instead of \u0009 2014-10-27 18:58:25 -04:00
example_test.go build: move package sources from src/pkg to src 2014-09-08 00:08:51 -04:00
fold.go build: move package sources from src/pkg to src 2014-09-08 00:08:51 -04:00
fold_test.go build: move package sources from src/pkg to src 2014-09-08 00:08:51 -04:00
indent.go build: move package sources from src/pkg to src 2014-09-08 00:08:51 -04:00
scanner.go build: move package sources from src/pkg to src 2014-09-08 00:08:51 -04:00
scanner_test.go build: move package sources from src/pkg to src 2014-09-08 00:08:51 -04:00
stream.go build: move package sources from src/pkg to src 2014-09-08 00:08:51 -04:00
stream_test.go build: move package sources from src/pkg to src 2014-09-08 00:08:51 -04:00
tagkey_test.go build: move package sources from src/pkg to src 2014-09-08 00:08:51 -04:00
tags.go build: move package sources from src/pkg to src 2014-09-08 00:08:51 -04:00
tags_test.go build: move package sources from src/pkg to src 2014-09-08 00:08:51 -04:00