]> Cypherpunks repositories - gostls13.git/commit
encoding/json: remove linknames
authorSean Liao <sean@liao.dev>
Mon, 17 Nov 2025 19:16:37 +0000 (19:16 +0000)
committerSean Liao <sean@liao.dev>
Thu, 20 Nov 2025 22:04:37 +0000 (14:04 -0800)
commita662badab918d7708bbc750f24b9c7313520e2b0
treec334c4662e240be30124258bba3439ba28462801
parent5afe237d65e21c3fd028897d29d78e55602ab535
encoding/json: remove linknames

The linknames have been removed in the latest commits:

isValidNumber, typeFields:
https://github.com/bytedance/sonic/commit/908af5dfaf7d509db1f2c2b1c43f4df728db80a6

unquoteBytes:
https://github.com/bytedance/sonic/commit/8e9090a84be10962046197f1867d297d3e73020a

For #67401

Change-Id: I30b057137932fcf267014ab5470c417298765249
Reviewed-on: https://go-review.googlesource.com/c/go/+/721160
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Joseph Tsai <joetsai@digital-static.net>
Reviewed-by: Junyang Shao <shaojunyang@google.com>
Reviewed-by: Mark Freeman <markfreeman@google.com>
src/encoding/json/decode.go
src/encoding/json/encode.go