aboutsummaryrefslogtreecommitdiff
path: root/src/encoding/json/example_test.go
AgeCommit message (Expand)Author
2025-04-18encoding/json: add json/v2 with GOEXPERIMENT=jsonv2 guardDamien Neil
2021-12-13all: gofmt -w -r 'interface{} -> any' srcRuss Cox
2021-03-14encoding/json: fix package shadowing in MarshalIndent exampleAriel Mashraki
2019-04-05encoding/json: use SetBytes in UnmarshalReuse benchmarkDaniel Martí
2019-02-26encoding/json: add example for json.HTMLEscapeKetan Parmar
2018-10-28encoding/json: add example to Validhearot
2017-09-12encoding/json: update documentation for MarshalIndenttbunyk
2017-08-08encoding/json: de-indent raw strings in remaining examplesDmitri Shuralyov
2017-07-15encoding/json: fix indentation in Decode stream exampleIccha Sethi
2016-08-16encoding/json: add example for RawMessage marshallingCarlos C
2016-05-26encoding/json: improve Decode exampleQuentin Smith
2016-03-01all: make copyright headers consistent with one space after periodBrad Fitzpatrick
2015-07-27encoding/json: add JSON streaming parse APIPeter Waldschmidt
2014-09-08build: move package sources from src/pkg to srcRuss Cox