aboutsummaryrefslogtreecommitdiff
path: root/src/encoding/json
AgeCommit message (Expand)Author
2019-03-05all: join a few chained ifsDaniel Martí
2019-03-05encoding/json: add Path to UnmarshalTypeErrorLE Manh Cuong
2019-02-27encoding/json: remove use of DeepEqual for testing errorsMarcel van Lohuizen
2019-02-26encoding/json: add example for json.HTMLEscapeKetan Parmar
2019-01-15encoding/json: add comment for mashalererror structGuilhermeCaruso
2018-12-12encoding/xml, encoding/json: docs and examples using custom marshalersLeigh McCulloch
2018-10-28encoding/json: add example to Validhearot
2018-10-16encoding/json: always verify we can get a field's valueDaniel Martí
2018-10-16encoding/json: fix "data changed underfoot?" panicDaniel Martí
2018-10-06encoding/json: use isSpace in stateEndTopGabriel Aszalos
2018-09-12encoding/json: use panics for phase errorsDaniel Martí
2018-09-12encoding/json: more tests to cover decoding edge casesDaniel Martí
2018-09-06encoding/json: recover saved error context when unmarshallingIan Davis
2018-08-28encoding/json: fix UnmarshalTypeError without field and struct valuesTaesu Pyo
2018-08-26encoding/json: fix handling of nil anonymous structsDaniel Martí
2018-08-26encoding/json: get rid of the stream_test.go TODOsDaniel Martí
2018-08-25encoding/json: remove a branch in the structEncoder loopDaniel Martí
2018-08-25encoding/json: avoid some more pointer receiversDaniel Martí
2018-08-22encoding/json: simplify some pieces of the encoderDaniel Martí
2018-08-22encoding/json: inline fieldByIndexDaniel Martí
2018-08-22encoding/json: simplify the structEncoder typeDaniel Martí
2018-08-21encoding/json: various minor decoder speed-upsDaniel Martí
2018-08-21encoding/json: defer error context work until necessaryDaniel Martí
2018-08-21encoding/json: remove alloc when encoding short byte slicesDaniel Martí
2018-08-21encoding/json: encode struct field names ahead of timeDaniel Martí
2018-08-21encoding/json: call reflect.TypeOf with nil pointers rather than allocatingTim Cooper
2018-08-21encoding/json: eliminate superfluous space in Decoder.Token error messagesPhilip Børgesen
2018-06-01all: update comment URLs from HTTP to HTTPS, where possibleTim Cooper
2018-04-20encoding/json: remove unnecessary if conditionstengufromsky
2018-04-17encoding/json: simplify dominantFieldMichael Fraenkel
2018-04-13encoding/json: make use of encodeStatePool in MarshalJeremy Jackins
2018-04-09encoding/json: remove unnecessary else conditionsbontequero
2018-04-04go/printer, gofmt: tuned table alignment for better resultsRobert Griesemer
2018-03-03encoding/json: apply conventional error handling in decoderPascal S. de Kloe
2018-03-03encoding/json: use sync.Map for field cacheJoe Tsai
2018-03-01encoding/json: read ahead after value consumptionPascal S. de Kloe
2018-03-01encoding/json: avoid assuming side-effect free reflect.Value.Addr().Elem()Joe Tsai
2018-02-14encoding/json: make error capture logic in recover more type safeJoe Tsai
2017-12-06encoding/json: error when trying to set an embedded pointer to unexported str...Joe Tsai
2017-11-27encoding/json: remove the word "text" in "JSON text" from package docs.rajender
2017-11-27encoding/json: update RFC numberrajender
2017-11-22encoding/json: reduce allocations by Decoder for \uXXXXMichael Schurter
2017-11-13encoding/json: always ignore embedded pointers to unexported struct typesJoe Tsai
2017-11-08encoding/json: permit encoding uintptr as a stringIan Lance Taylor
2017-11-04all: change github.com issue links to golang.orgLeigh McCulloch
2017-10-31encoding/json: Include the offset of a SyntaxErrorMichael Fraenkel
2017-10-31encoding/json: disallow unknown fields in DecoderIvan Bertona
2017-10-11encoding/json: use Deprecated markersJoe Tsai
2017-10-05all: revert "all: prefer strings.IndexByte over strings.Index"Marvin Stenger
2017-09-27encoding/json: remove superfluous commentMarvin Stenger