summaryrefslogtreecommitdiff
path: root/src/encoding/json/example_test.go
Commit message (Expand)AuthorAgeFilesLines
* all: gofmt -w -r 'interface{} -> any' srcRuss Cox2021-12-131-1/+1
* encoding/json: fix package shadowing in MarshalIndent exampleAriel Mashraki2021-03-141-2/+2
* encoding/json: use SetBytes in UnmarshalReuse benchmarkDaniel Martí2019-04-051-1/+0
* encoding/json: add example for json.HTMLEscapeKetan Parmar2019-02-261-0/+8
* encoding/json: add example to Validhearot2018-10-281-0/+9
* encoding/json: update documentation for MarshalIndenttbunyk2017-09-121-0/+19
* encoding/json: de-indent raw strings in remaining examplesDmitri Shuralyov2017-08-081-14/+14
* encoding/json: fix indentation in Decode stream exampleIccha Sethi2017-07-151-8/+8
* encoding/json: add example for RawMessage marshallingCarlos C2016-08-161-1/+25
* encoding/json: improve Decode exampleQuentin Smith2016-05-261-2/+1
* all: make copyright headers consistent with one space after periodBrad Fitzpatrick2016-03-011-1/+1
* encoding/json: add JSON streaming parse APIPeter Waldschmidt2015-07-271-0/+91
* build: move package sources from src/pkg to srcRuss Cox2014-09-081-0/+161