From: Ian Lance Taylor Date: Fri, 31 Jan 2020 00:42:21 +0000 (-0800) Subject: doc/go1.14: mention new method encoding/json.Decoder.InputOffset X-Git-Tag: go1.14rc1~17 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=eadf8b20bc13d663ca7c57ab6e01eee31febdaa5;p=gostls13.git doc/go1.14: mention new method encoding/json.Decoder.InputOffset Updates #29688 Updates #36878 Change-Id: I230889ec3f1c183dc5adbc662a39a791c0488497 Reviewed-on: https://go-review.googlesource.com/c/go/+/217123 Reviewed-by: Alexander Rakoczy --- diff --git a/doc/go1.14.html b/doc/go1.14.html index 75e04a6821..a4767d786f 100644 --- a/doc/go1.14.html +++ b/doc/go1.14.html @@ -522,6 +522,14 @@ TODO
encoding/json
+

+ The Decoder + type supports a new + method InputOffset + that returns the input stream byte offset of the current + decoder position. +

+

Compact no longer escapes the U+2028 and U+2029 characters, which