go/src/encoding/json
Tim Cooper 161874da2a all: update comment URLs from HTTP to HTTPS, where possible
Each URL was manually verified to ensure it did not serve up incorrect
content.

Change-Id: I4dc846227af95a73ee9a3074d0c379ff0fa955df
Reviewed-on: https://go-review.googlesource.com/115798
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Run-TryBot: Ian Lance Taylor <iant@golang.org>
2018-06-01 21:52:00 +00:00
..
testdata
bench_test.go encoding/json: use sync.Map for field cache 2018-03-03 00:08:09 +00:00
decode.go all: update comment URLs from HTTP to HTTPS, where possible 2018-06-01 21:52:00 +00:00
decode_test.go go/printer, gofmt: tuned table alignment for better results 2018-04-04 13:39:34 -07:00
encode.go encoding/json: simplify dominantField 2018-04-17 23:04:19 +00:00
encode_test.go encoding/json: make error capture logic in recover more type safe 2018-02-14 21:34:26 +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
fold_test.go
indent.go
number_test.go all: update comment URLs from HTTP to HTTPS, where possible 2018-06-01 21:52:00 +00:00
scanner.go encoding/json: read ahead after value consumption 2018-03-01 19:03:04 +00:00
scanner_test.go encoding/json: read ahead after value consumption 2018-03-01 19:03:04 +00:00
stream.go encoding/json: Include the offset of a SyntaxError 2017-10-31 22:44:14 +00:00
stream_test.go encoding/json: Include the offset of a SyntaxError 2017-10-31 22:44:14 +00:00
tables.go
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