]> Cypherpunks repositories - gostls13.git/commit
encoding/json: document that object keys are sorted
authorScott Bell <scott@sctsm.com>
Mon, 16 May 2016 19:36:02 +0000 (12:36 -0700)
committerBrad Fitzpatrick <bradfitz@golang.org>
Mon, 16 May 2016 19:43:53 +0000 (19:43 +0000)
commit181000896e381f07e8f105eef2667d566729f6eb
treec21195847be609a53d83354b65f09c34f31948fe
parent64770f642fe4b2f3af6f30d1e058e934e73d0b9b
encoding/json: document that object keys are sorted

Fixes #15424

Change-Id: Ib9e97509f5ac239ee54fe6fe37152a7f5fc75087
Reviewed-on: https://go-review.googlesource.com/23109
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/encoding/json/encode.go