1
0
mirror of https://github.com/golang/go synced 2024-10-04 22:21:22 -06:00
go/src/pkg/encoding/json
Russ Cox 49110eaa22 encoding/json: document buffering
Fixes #1955.

R=golang-dev, gri
CC=golang-dev
https://golang.org/cl/5643058
2012-02-08 13:48:03 -05: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_test.go encoding/json: call (*T).MarshalJSON for addressable T values. 2012-02-03 11:15:06 +11:00
decode.go json: better error messages when the ,string option is misused 2012-01-12 14:40:29 -08:00
encode_test.go encoding/json: call (*T).MarshalJSON for addressable T values. 2012-02-03 11:15:06 +11:00
encode.go encoding/json: call (*T).MarshalJSON for addressable T values. 2012-02-03 11:15:06 +11:00
example_test.go encoding/json: examples for Marshal and Unmarshal 2011-12-19 11:16:55 +11:00
indent.go encoding: move asn1, csv, gob, json, xml into encoding 2011-11-03 11:39:52 -07:00
scanner_test.go encoding/json: make BenchmarkSkipValue more consistent 2011-11-15 13:59:59 -05:00
scanner.go json: remove old optimization that inlining covers now 2012-01-30 11:42:09 -08:00
stream_test.go encoding: move asn1, csv, gob, json, xml into encoding 2011-11-03 11:39:52 -07:00
stream.go encoding/json: document buffering 2012-02-08 13:48:03 -05:00
tagkey_test.go encoding/json: fix comments, tweak tests for tag names 2012-01-19 15:33:29 +09:00
tags_test.go encoding: move asn1, csv, gob, json, xml into encoding 2011-11-03 11:39:52 -07:00
tags.go encoding: move asn1, csv, gob, json, xml into encoding 2011-11-03 11:39:52 -07:00