aboutsummaryrefslogtreecommitdiff
path: root/src/encoding/json
AgeCommit message (Expand)Author
2017-09-27all: prefer bytes.IndexByte over bytes.IndexMarvin Stenger
2017-09-25all: prefer strings.IndexByte over strings.IndexMarvin Stenger
2017-09-23encoding/json: cleanup detection of unexported embedded fieldsJoe Tsai
2017-09-12encoding/json: update documentation for MarshalIndenttbunyk
2017-08-28all: remove some unused result paramsDaniel Martí
2017-08-26all: remove some double spaces from commentsDaniel Martí
2017-08-08encoding/json: de-indent raw strings in remaining examplesDmitri Shuralyov
2017-07-22encoding/json: ignore embedded fields of pointers to unexported non-structsJoe Tsai
2017-07-15encoding/json: fix indentation in Decode stream exampleIccha Sethi
2017-06-29Revert "encoding/json: reduce unmarshal mallocs for unmapped fields"Brad Fitzpatrick
2017-06-14encoding/json: don't marshal unexported embedded fields of non struct typethoeni
2017-06-05encoding/json: clarify unmarshaling behaviour on bad fieldsAlberto Donizetti
2017-04-28encoding/json: replace encoderCache RWMutex with a sync.MapBryan C. Mills
2017-04-26encoding/json: parallelize most benchmarksBryan C. Mills
2017-03-20encoding/json: reduce unmarshal mallocs for unmapped fieldsPascal S. de Kloe
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