go/src/encoding/json
Tuo Shan 4fafc843a2 encoding/json: clarify documention for Unmarshal into a pointer.
Fixes #18730.

Change-Id: If3ef28e62f7e449d4c8dc1dfd78f7d6f5a87ed26
Reviewed-on: https://go-review.googlesource.com/36478
Reviewed-by: Russ Cox <rsc@golang.org>
2017-02-10 13:39:10 +00:00
..
testdata all: zero mtimes in testdata gz files 2016-03-25 04:02:36 +00:00
bench_test.go all: make copyright headers consistent with one space after period 2016-03-01 23:34:33 +00:00
decode.go encoding/json: clarify documention for Unmarshal into a pointer. 2017-02-10 13:39:10 +00:00
decode_test.go all: spell "marshal" and "unmarshal" consistently 2016-11-12 00:13:35 +00:00
encode.go encoding/json: document what happens to MarshalText's result 2016-11-22 01:32:20 +00:00
encode_test.go all: spell "marshal" and "unmarshal" consistently 2016-11-12 00:13:35 +00:00
example_marshaling_test.go encoding/json: example on MarshalJSON, UnmarshalJSON 2016-11-03 20:18:52 +00:00
example_test.go encoding/json: add example for RawMessage marshalling 2016-08-16 00:22:47 +00:00
fold.go
fold_test.go
indent.go all: make copyright headers consistent with one space after period 2016-03-01 23:34:33 +00:00
number_test.go all: make copyright headers consistent with one space after period 2016-03-01 23:34:33 +00:00
scanner.go encoding/json: add Valid for checking validity of input bytes 2017-02-07 23:48:44 +00:00
scanner_test.go encoding/json: add Valid for checking validity of input bytes 2017-02-07 23:48:44 +00:00
stream.go encoding/json: marshal with null when RawMessage is nil 2016-11-01 05:42:33 +00:00
stream_test.go encoding/json: rename Indent method to SetIndent 2016-05-24 15:01:29 +00:00
tables.go encoding/json: Use a lookup table for safe characters 2016-09-08 18:02:34 +00:00
tagkey_test.go encoding/json: explicitly document and test "-" key tag 2016-10-06 14:42:16 +00:00
tags.go
tags_test.go all: make copyright headers consistent with one space after period 2016-03-01 23:34:33 +00:00