summaryrefslogtreecommitdiff
path: root/src/pkg/json/indent.go
AgeCommit message (Collapse)AuthorFilesLines
2012-04-06Imported Upstream version 1upstream/1Ondřej Surý1-116/+0
2011-09-13Imported Upstream version 60upstream/60Ondřej Surý1-0/+116
2011-09-13Imported Upstream version 60Ondřej Surý1-116/+0
2010-04-18json: scanner, Compact, Indent, and testsRuss Cox1-0/+116
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