go/src/pkg/encoding/json
Jonathan Gold b7bb1e32d8 encoding/json: add Number type
Number represents the actual JSON text,
preserving the precision and
formatting of the original input.

R=rsc, iant
CC=golang-dev
https://golang.org/cl/6202068
2012-06-25 17:36:09 -04:00
..
testdata encoding/json: add marshal/unmarshal benchmark 2011-11-15 10:58:19 -05:00
bench_test.go panics: use the new facilities of testing.B instead 2011-12-20 10:36:25 -08:00
decode.go encoding/json: add Number type 2012-06-25 17:36:09 -04:00
decode_test.go encoding/json: add Number type 2012-06-25 17:36:09 -04:00
encode.go encoding/json: add Number type 2012-06-25 17:36:09 -04:00
encode_test.go encoding/json: escape output from Marshalers. 2012-03-01 17:41:59 +11:00
example_test.go pkg: a slew of examples 2012-02-18 11:48:33 +11:00
indent.go encoding/json: escape output from Marshalers. 2012-03-01 17:41:59 +11:00
scanner.go json: remove old optimization that inlining covers now 2012-01-30 11:42:09 -08:00
scanner_test.go encoding/json: make BenchmarkSkipValue more consistent 2011-11-15 13:59:59 -05:00
stream.go encoding/json: add Number type 2012-06-25 17:36:09 -04:00
stream_test.go
tagkey_test.go encoding/json: allow punctuation in tag names 2012-04-25 14:33:33 +10:00
tags.go
tags_test.go