]> Cypherpunks repositories - gostls13.git/commit
encoding/json: encode \t as \t instead of \u0009
authorRuss Cox <rsc@golang.org>
Mon, 27 Oct 2014 22:58:25 +0000 (18:58 -0400)
committerRuss Cox <rsc@golang.org>
Mon, 27 Oct 2014 22:58:25 +0000 (18:58 -0400)
commitaec37e7cb1d34896f65948e88465376ceca68e0c
tree095b4904cf74b5b78339b69576646b3c138cad43
parent456df7c282f984133a4e687e5cff1bcda0f180e4
encoding/json: encode \t as \t instead of \u0009

Shorter and easier to read form for a common character.

LGTM=bradfitz
R=adg, bradfitz
CC=golang-codereviews, zimmski
https://golang.org/cl/162340043
src/encoding/json/encode.go
src/encoding/json/encode_test.go