summaryrefslogtreecommitdiff
path: root/src/pkg/json/scanner_test.go
AgeCommit message (Collapse)AuthorFilesLines
2011-04-26Imported Upstream version 2011.04.13upstream/2011.04.13Ondřej Surý1-5/+20
2011-01-17Imported Upstream version 2011.01.12upstream/2011.01.12Ondřej Surý1-11/+11
2010-04-21json: Marshal, Unmarshal using new scannerRuss Cox1-3/+6
R=r CC=golang-dev http://codereview.appspot.com/953041
2010-04-18json: scanner, Compact, Indent, and testsRuss Cox1-0/+257
This is the first of probably four separate CLs for the new implementation of the json package. The scanner is the core of the new implementation. The other CLs would be the new decoder, the new encoder, and support for JSON streams. R=r CC=golang-dev http://codereview.appspot.com/802051