go/src/encoding/json
Joe Tsai a3e013b082 encoding/json: use Deprecated markers
In #10909, it was decided that "Deprecated:" is a magic string for
tools (e.g., #17056 for godoc) to detect deprecated identifiers.
Use those convention instead of custom written prose.

Change-Id: Ia514fc3c88fc502e86c6e3de361c435f4cb80b22
Reviewed-on: https://go-review.googlesource.com/70110
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Run-TryBot: Joe Tsai <thebrokentoaster@gmail.com>
2017-10-11 22:09:22 +00:00
..
testdata all: zero mtimes in testdata gz files 2016-03-25 04:02:36 +00:00
bench_test.go encoding/json: parallelize most benchmarks 2017-04-26 19:23:06 +00:00
decode.go encoding/json: use Deprecated markers 2017-10-11 22:09:22 +00:00
decode_test.go all: prefer bytes.IndexByte over bytes.Index 2017-09-27 01:09:13 +00:00
encode.go encoding/json: use Deprecated markers 2017-10-11 22:09:22 +00:00
encode_test.go encoding/json: ignore embedded fields of pointers to unexported non-structs 2017-07-22 01:29:58 +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: update documentation for MarshalIndent 2017-09-12 18:12:24 +00:00
fold.go all: link to https for golang subdomains too 2015-07-12 04:42:40 +00:00
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: remove superfluous comment 2017-09-27 14:06:41 +00:00
stream_test.go encoding/json: parallelize most benchmarks 2017-04-26 19:23:06 +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 all: revert "all: prefer strings.IndexByte over strings.Index" 2017-10-05 23:19:10 +00:00
tags_test.go all: make copyright headers consistent with one space after period 2016-03-01 23:34:33 +00:00