go/src/pkg/json
Russ Cox 4e5bc6a8fe json: fix array -> non-array decoding
Fixes #773.

R=adg
CC=golang-dev
https://golang.org/cl/1120042
2010-05-11 14:38:55 -07:00
..
Makefile json: delete obsolete code 2010-04-27 13:51:38 -07:00
decode.go json: fix array -> non-array decoding 2010-05-11 14:38:55 -07:00
decode_test.go json: fix array -> non-array decoding 2010-05-11 14:38:55 -07:00
encode.go json: preserve field name case by default 2010-04-27 10:24:00 -07:00
indent.go json: scanner, Compact, Indent, and tests 2010-04-18 14:45:08 -07:00
scanner.go json: accept escaped slash in string scanner 2010-05-08 17:34:05 -07:00
scanner_test.go json: Marshal, Unmarshal using new scanner 2010-04-21 16:40:53 -07:00
stream.go json: streaming 2010-04-27 10:46:37 -07:00
stream_test.go json: streaming 2010-04-27 10:46:37 -07:00