]> Cypherpunks repositories - gostls13.git/commit
doc: correct release notes for non-string map keys in encoding/json
authorAugusto Roman <aroman@gmail.com>
Sat, 28 May 2016 23:59:28 +0000 (16:59 -0700)
committerAndrew Gerrand <adg@golang.org>
Mon, 30 May 2016 01:09:51 +0000 (01:09 +0000)
commit4e01c132d03ee1f862ae8ba9db465d6047f950f2
tree182b6e8ec010d0c44ec99cf1179e642c9ab6ee01
parent17396575135ba71472ab8a5b82f31af50d8bf312
doc: correct release notes for non-string map keys in encoding/json

The original draft mentioned support for json.Marshaler, but that's
not the case.  JSON supports only string keys (not arbitrary JSON)
so only encoding.TextMarshaller is supported.

Change-Id: I7788fc23ac357da88e92aa0ca17b513260840cee
Reviewed-on: https://go-review.googlesource.com/23529
Reviewed-by: Andrew Gerrand <adg@golang.org>
doc/go1.7.html