]> Cypherpunks repositories - gostls13.git/commit
encoding/json: document Encoder will terminate each JSON value with '\n'
authorShenghou Ma <minux.ma@gmail.com>
Thu, 17 Apr 2014 02:42:24 +0000 (22:42 -0400)
committerRuss Cox <rsc@golang.org>
Thu, 17 Apr 2014 02:42:24 +0000 (22:42 -0400)
commit6f25f1d4c901417af1da65e41992d71c30f64f8f
tree2b162c01ba92f9532a508b19e177803442f5f5d6
parent1d2b71ce83ac66c268985a6a9ddf8f062e71821f
encoding/json: document Encoder will terminate each JSON value with '\n'
Fixes #7767.

LGTM=rsc
R=golang-codereviews, rsc
CC=golang-codereviews
https://golang.org/cl/87420043
src/pkg/encoding/json/stream.go