1
0
mirror of https://github.com/golang/go synced 2024-10-04 18:21:21 -06:00
go/src/pkg/encoding/json
Andrew Gerrand 27f4166e37 undo CL 13180043 / 318540e7857f
Accidentally submitted.

««« original CL description
encoding/json: add "overflow" struct tag option

Fixes #6213.

R=golang-dev, dsymonds, bradfitz
CC=golang-dev
https://golang.org/cl/13180043
»»»

R=golang-dev
CC=golang-dev
https://golang.org/cl/13234045
2013-08-29 14:45:59 +10:00
..
testdata encoding/json: add marshal/unmarshal benchmark 2011-11-15 10:58:19 -05:00
bench_test.go encoding/json: add test for Unmarshal of malformed data 2013-01-29 13:34:18 -08:00
decode_test.go undo CL 13180043 / 318540e7857f 2013-08-29 14:45:59 +10:00
decode.go undo CL 13180043 / 318540e7857f 2013-08-29 14:45:59 +10:00
encode_test.go undo CL 13180043 / 318540e7857f 2013-08-29 14:45:59 +10:00
encode.go undo CL 13180043 / 318540e7857f 2013-08-29 14:45:59 +10:00
example_test.go undo CL 13180043 / 318540e7857f 2013-08-29 14:45:59 +10:00
indent.go encoding/json: escape U+2028 and U+2029. 2013-07-12 14:35:55 +10:00
scanner_test.go encoding/json: escape U+2028 and U+2029. 2013-07-12 14:35:55 +10:00
scanner.go encoding/json: Correct description of stateNeg function. 2013-07-05 14:26:09 +10:00
stream_test.go encoding/json: allocate less in NewEncoder 2013-05-14 15:50:46 -07:00
stream.go encoding/json: allocate less in NewEncoder 2013-05-14 15:50:46 -07:00
tagkey_test.go encoding/json: A JSON tag can be any valid JSON string. 2012-12-22 13:36:55 -05:00
tags_test.go
tags.go undo CL 12486043 / ab644299d124 2013-08-05 16:27:24 -07:00