1
0
mirror of https://github.com/golang/go synced 2024-10-05 21:21:21 -06:00
go/src/encoding/json
Russ Cox 1be2ddda9a encoding/json: document Indent's preservation of trailing spaces
Fixes #13520.

Change-Id: Ia70cc44be3912167b369d7f74d3436331975c300
Reviewed-on: https://go-review.googlesource.com/17561
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
2015-12-08 19:26:26 +00:00
..
testdata
bench_test.go encoding/json: add JSON streaming parse API 2015-07-27 16:07:39 +00:00
decode_test.go encoding/json: use reflect.SetBytes when decoding bytes 2015-11-14 23:41:46 +00:00
decode.go encoding/json: streamline, unexport valid Number checking 2015-12-04 16:18:57 +00:00
encode_test.go encoding/json: check if Number is valid 2015-11-25 16:18:36 +00:00
encode.go encoding/json: streamline, unexport valid Number checking 2015-12-04 16:18:57 +00:00
example_test.go encoding/json: add JSON streaming parse API 2015-07-27 16:07:39 +00:00
fold_test.go
fold.go all: link to https for golang subdomains too 2015-07-12 04:42:40 +00:00
indent.go encoding/json: document Indent's preservation of trailing spaces 2015-12-08 19:26:26 +00:00
number_test.go encoding/json: streamline, unexport valid Number checking 2015-12-04 16:18:57 +00:00
scanner_test.go encoding/json: make BenchmarkSkipValue more stable 2015-05-14 02:32:28 +00:00
scanner.go encoding/json: scanner: use byte, more consistent 2015-09-21 01:55:52 +00:00
stream_test.go encoding/json: test style tweaks 2015-07-28 06:23:38 +00:00
stream.go encoding/json: scanner: use byte, more consistent 2015-09-21 01:55:52 +00:00
tagkey_test.go all: link to https instead of http 2015-07-11 14:36:33 +00:00
tags_test.go
tags.go