From 78e442ea79294480c28e44b21702c6452e704110 Mon Sep 17 00:00:00 2001 From: Joe Tsai Date: Tue, 1 Dec 2020 14:59:23 -0800 Subject: [PATCH] doc/go1.16: add encoding/json note for tag change For #40700 Fixes #42898 Change-Id: I652657ff8d6cce20bf868f0b1101d723d3f704d1 Reviewed-on: https://go-review.googlesource.com/c/go/+/274614 Trust: Joe Tsai Reviewed-by: Dmitri Shuralyov --- doc/go1.16.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/doc/go1.16.html b/doc/go1.16.html index 2132cbc9c1..086557ca48 100644 --- a/doc/go1.16.html +++ b/doc/go1.16.html @@ -456,7 +456,11 @@ Do not send CLs removing the interior tags from such phrases.
encoding/json

- TODO: https://golang.org/cl/234818: allow semicolon in field key / struct tag + The json struct field tags understood by + Marshal, + Unmarshal, + and related functionality now permit semicolon characters within + a JSON object name for a Go struct field.

-- 2.48.1