go/src/encoding/json
Kevin Burke 283d65413d encoding/json: revert "add "json: " prefix to SyntaxError messages"
This reverts commit 6af088bfc6.

Reason for revert: Broke many tests inside Google which implies many
tests were broken outside of Google as well. The tests may be brittle
but still would require work to change and it's not clear it's worth
the benefit.

Updates #36221
Fixes #42675

Change-Id: Id3a14eb37e7119f5abe50e80dfbf120fdc44db72
Reviewed-on: https://go-review.googlesource.com/c/go/+/273747
Run-TryBot: Joe Tsai <thebrokentoaster@gmail.com>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Russ Cox <rsc@golang.org>
Reviewed-by: Joe Tsai <thebrokentoaster@gmail.com>
Trust: Joe Tsai <thebrokentoaster@gmail.com>
2020-12-01 22:51:45 +00:00
..
testdata
bench_test.go all: update references to symbols moved from io/ioutil to io 2020-10-20 18:41:18 +00:00
decode.go Revert "encoding/json: implement Is on all errors" 2020-09-14 21:33:20 +00:00
decode_test.go Revert "encoding/json: implement Is on all errors" 2020-09-14 21:33:20 +00:00
encode.go encoding/json: added docs to UnsupportedValueError 2020-09-25 19:10:05 +00:00
encode_test.go encoding/json: detect cyclic maps and slices 2020-09-24 18:18:20 +00:00
example_marshaling_test.go
example_test.go encoding/json: use SetBytes in UnmarshalReuse benchmark 2019-04-05 20:54:50 +00:00
example_text_marshaling_test.go
fold.go
fold_test.go
fuzz.go encoding/json: fix format string in the Fuzz func 2019-08-18 01:16:33 +00:00
indent.go encoding/json: improve performance of Compact 2019-10-27 16:02:29 +00:00
number_test.go
scanner.go encoding/json: revert "add "json: " prefix to SyntaxError messages" 2020-12-01 22:51:45 +00:00
scanner_test.go Revert "encoding/json: implement Is on SyntaxError" 2020-09-14 21:33:53 +00:00
stream.go encoding/json: add Decoder.InputOffset for offset access 2019-10-11 16:34:01 +00:00
stream_test.go all: update references to symbols moved from io/ioutil to io 2020-10-20 18:41:18 +00:00
tables.go
tagkey_test.go encoding/json: allow semicolon in field key / struct tag 2020-09-24 18:05:54 +00:00
tags.go
tags_test.go