go/src/pkg/encoding
David Symonds c3c8e35af2 encoding/json: don't match field name if a JSON struct tag is present.
Fixes #3566.

R=rsc
CC=golang-dev
https://golang.org/cl/6139048
2012-05-01 11:37:44 +10:00
..
ascii85 encoding/ascii85: fix panic caused by special case 2012-04-04 09:52:42 -04:00
asn1 encoding/asn1: allow lengths up to the maximum int value. 2012-04-18 13:41:11 -04:00
base32 encoding/base32: ignore new line characters during decode. 2012-02-03 13:36:38 +11:00
base64 encoding/base64: don't ignore underlying souce read error in decode 2012-04-30 17:14:41 +10:00
binary encoding/binary: improve package comment. 2012-03-05 10:02:30 -05:00
csv csv: clarify what a negative FieldsPerRecord means 2012-03-05 13:34:12 -05:00
gob doc: add Gobs of data article 2012-03-16 08:21:13 +11:00
hex encoding/hex: vet the test prints 2012-02-10 09:44:56 +11:00
json encoding/json: don't match field name if a JSON struct tag is present. 2012-05-01 11:37:44 +10:00
pem encoding/pem: ignore spaces and tabs at the end of header lines. 2012-04-12 12:33:52 -04:00
xml encoding/xml: fix xml test tag usage 2012-03-01 15:20:13 -03:00