]> Cypherpunks repositories - gostls13.git/commit
json: scanner, Compact, Indent, and tests
authorRuss Cox <rsc@golang.org>
Sun, 18 Apr 2010 21:45:08 +0000 (14:45 -0700)
committerRuss Cox <rsc@golang.org>
Sun, 18 Apr 2010 21:45:08 +0000 (14:45 -0700)
commit3cfa2c3ddfb688c9db08ebb4547a8ba4665062d6
tree9a9f0c85d9c7e652b54e8735b718a87cb3eba6fe
parent3f7da4f861b87f869b6f7ddb903382dcced9367c
json: scanner, Compact, Indent, and tests

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
https://golang.org/cl/802051
src/pkg/json/Makefile
src/pkg/json/indent.go [new file with mode: 0644]
src/pkg/json/scanner.go [new file with mode: 0644]
src/pkg/json/scanner_test.go [new file with mode: 0644]