summaryrefslogtreecommitdiff
path: root/src/pkg/json/indent.go
AgeCommit message (Collapse)AuthorFilesLines
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