go/src/encoding
Russ Cox aec37e7cb1 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
2014-10-27 18:58:25 -04:00
..
ascii85
asn1 encoding/asn1: fix explicitly tagged Times. 2014-10-09 17:37:40 -07:00
base32
base64
binary encoding/binary: fix error message 2014-10-02 12:53:51 -07:00
csv encoding/csv: for Postgres, unquote empty strings, quote \. 2014-10-23 23:44:47 -04:00
gob encoding/gob: add custom decoder buffer for performance 2014-10-20 07:33:08 -07:00
hex
json encoding/json: encode \t as \t instead of \u0009 2014-10-27 18:58:25 -04:00
pem
xml
encoding.go