go/src/pkg/encoding
Russ Cox f97bfb93f4 encoding/json: handle anonymous fields
Fixes #3069.

R=golang-dev, n13m3y3r
CC=golang-dev
https://golang.org/cl/6460044
2012-09-10 23:31:40 -04:00
..
ascii85 encoding/ascii85: fix panic caused by special case 2012-04-04 09:52:42 -04:00
asn1 encoding/asn1: promote untyped strings to UTF8 as needed. 2012-07-10 18:23:30 -04:00
base32 encoding/base32, encoding/base64: removed unneeded break label 2012-06-25 17:18:50 -04:00
base64 encoding/base32, encoding/base64: removed unneeded break label 2012-06-25 17:18:50 -04:00
binary encoding/binary: fix typo: ReadVarint returns an int64, not a uint64. 2012-07-22 10:26:32 +10:00
csv encoding/csv, encoding/xml: report write errors 2012-06-25 16:00:35 -04:00
gob encoding/gob: test for type registration name. 2012-07-25 09:31:27 +10:00
hex encoding/hex: vet the test prints 2012-02-10 09:44:56 +11:00
json encoding/json: handle anonymous fields 2012-09-10 23:31:40 -04: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: parse comments in DOCTYPE 2012-08-31 18:09:31 -04:00