aboutsummaryrefslogtreecommitdiff
path: root/src/encoding/json
AgeCommit message (Expand)Author
2017-02-10encoding/json: clarify documention for Unmarshal into a pointer.Tuo Shan
2017-02-07encoding/json: add Valid for checking validity of input bytesMatt Layher
2016-11-22encoding/json: document what happens to MarshalText's resultRuss Cox
2016-11-12all: spell "marshal" and "unmarshal" consistentlyDmitri Shuralyov
2016-11-11encoding/json: encode nil Marshaler as "null"Emmanuel Odeke
2016-11-04all: sprinkle t.Parallel on some slow testsBrad Fitzpatrick
2016-11-03encoding/json: example on MarshalJSON, UnmarshalJSONEmmanuel Odeke
2016-11-01encoding/json: marshal with null when RawMessage is nilJoe Tsai
2016-10-26encoding/json: marshal the RawMessage value type the same as its pointer typeBrad Fitzpatrick
2016-10-24encoding/json: fix bad formatting introduced in CL 20356Russ Cox
2016-10-17encoding/json: fix decoding of null into Unmarshaler, TextUnmarshalerRuss Cox
2016-10-13encoding/json: handle misspelled JSON literals in ,stringRuss Cox
2016-10-06encoding/json: explicitly document and test "-" key tagRichard Gibson
2016-10-05encoding/json: add struct and field name to UnmarshalTypeError messageJirka Daněk
2016-10-05encoding/json: use standard ES6 formatting for numbers during marshalRuss Cox
2016-10-04all: use sort.Slice where applicableBrad Fitzpatrick
2016-09-27 encoding/json: fix a bug in the documentationmike andrews
2016-09-08encoding/json: Use a lookup table for safe charactersKevin Burke
2016-08-16encoding/json: add example for RawMessage marshallingCarlos C
2016-06-27encoding/json: copy-on-write cacheTypeFieldsDavid Crawshaw
2016-06-03encoding/json: fix docs on valid key namesDavid Glasser
2016-05-26encoding/json: improve Decode exampleQuentin Smith
2016-05-24encoding/json: rename Indent method to SetIndentRuss Cox
2016-05-24encoding/json: change DisableHTMLEscaping to SetEscapeHTMLRuss Cox
2016-05-24encoding/json: additional tests and fixes for []typedByte encoding/decodingRuss Cox
2016-05-16encoding/json: document that object keys are sortedScott Bell
2016-05-10encoding/json: support maps with integer keysCaleb Spare
2016-04-22encoding/json: add Encoder.DisableHTMLEscapingCaleb Spare
2016-04-16encoding/json: update docs to not use misuse the term "object"Brad Fitzpatrick
2016-04-06encoding/json: respect json.Marshaler when encoding byte kind slicesHåvard Haugen
2016-04-05encoding/json: allow non-string type keys for (un-)marshalAugusto Roman
2016-03-25all: zero mtimes in testdata gz filesCaleb Spare
2016-03-25encoding/json: add (*Encoder).IndentCaleb Spare
2016-03-22encoding/json, internal/testenv: use FatalfDominik Honnef
2016-03-02all: single space after period.Brad Fitzpatrick
2016-03-01all: make copyright headers consistent with one space after periodBrad Fitzpatrick
2016-02-24all: fix typos and spellingMartin Möhrmann
2016-01-08encoding/json: doc: Decode only writes to exported fieldsIan Lance Taylor
2015-12-08encoding/json: document Indent's preservation of trailing spacesRuss Cox
2015-12-04encoding/json: streamline, unexport valid Number checkingRuss Cox
2015-12-03encoding/json: revise docs for Unmarshal into map, slice, arrayRuss Cox
2015-11-25encoding/json: check if Number is validErik Dubbelboer
2015-11-14encoding/json: use reflect.SetBytes when decoding bytesHåvard Haugen
2015-10-26encoding/json: check for exported fields in embedded structsMarcel van Lohuizen
2015-10-14encoding/json: simplify encodeState.{string, stringBytes}Nodir Turakulov
2015-09-28encoding/json: document that encoding.TextMarshaler is used if no (json) Mars...Robert Griesemer
2015-09-23encoding/json: spell "marshaling" and "unmarshaling" consistentlyAndrew Gerrand
2015-09-21encoding/json: scanner: use byte, more consistentMarvin Stenger
2015-07-30encoding/json: revert "fix decoding of JSON null values"Russ Cox
2015-07-28encoding/json: test style tweaksBrad Fitzpatrick