summaryrefslogtreecommitdiff
path: root/src/encoding/json/encode.go
Commit message (Expand)AuthorAgeFilesLines
* encoding/json: ignore embedded fields of pointers to unexported non-structsJoe Tsai2017-07-221-1/+22
* encoding/json: don't marshal unexported embedded fields of non struct typethoeni2017-06-141-1/+1
* encoding/json: replace encoderCache RWMutex with a sync.MapBryan C. Mills2017-04-281-21/+13
* encoding/json: document what happens to MarshalText's resultRuss Cox2016-11-221-1/+1
* encoding/json: encode nil Marshaler as "null"Emmanuel Odeke2016-11-111-1/+5
* encoding/json: explicitly document and test "-" key tagRichard Gibson2016-10-061-12/+27
* encoding/json: use standard ES6 formatting for numbers during marshalRuss Cox2016-10-051-1/+25
* all: use sort.Slice where applicableBrad Fitzpatrick2016-10-041-33/+17
* encoding/json: fix a bug in the documentationmike andrews2016-09-271-1/+2
* encoding/json: Use a lookup table for safe charactersKevin Burke2016-09-081-4/+2
* encoding/json: copy-on-write cacheTypeFieldsDavid Crawshaw2016-06-271-10/+13
* encoding/json: fix docs on valid key namesDavid Glasser2016-06-031-2/+2
* encoding/json: additional tests and fixes for []typedByte encoding/decodingRuss Cox2016-05-241-4/+5
* encoding/json: document that object keys are sortedScott Bell2016-05-161-2/+2
* encoding/json: support maps with integer keysCaleb Spare2016-05-101-8/+29
* encoding/json: add Encoder.DisableHTMLEscapingCaleb Spare2016-04-221-63/+76
* encoding/json: update docs to not use misuse the term "object"Brad Fitzpatrick2016-04-161-6/+6
* encoding/json: respect json.Marshaler when encoding byte kind slicesHåvard Haugen2016-04-061-1/+3
* encoding/json: allow non-string type keys for (un-)marshalAugusto Roman2016-04-051-14/+39
* all: single space after period.Brad Fitzpatrick2016-03-021-2/+2
* all: make copyright headers consistent with one space after periodBrad Fitzpatrick2016-03-011-1/+1
* encoding/json: streamline, unexport valid Number checkingRuss Cox2015-12-041-2/+3
* encoding/json: check if Number is validErik Dubbelboer2015-11-251-0/+5
* encoding/json: check for exported fields in embedded structsMarcel van Lohuizen2015-10-261-1/+1
* encoding/json: simplify encodeState.{string, stringBytes}Nodir Turakulov2015-10-141-10/+6
* encoding/json: document that encoding.TextMarshaler is used if no (json) Mars...Robert Griesemer2015-09-281-1/+4
* encoding/json: Only allow string option for valid typesLarz Conwell2015-07-151-1/+14
* all: link to https instead of httpBrad Fitzpatrick2015-07-111-1/+1
* encoding/json: fix decoding of types with '[]byte' as underlying typeHåvard Haugen2015-05-151-2/+0
* encoding/json: Fixed the comment specifying Marshal behavior for maps.Aaron Jacobs2015-02-181-2/+2
* encoding/json: mention that the "string" tag applies to booleansAndrew Gerrand2014-12-141-2/+2
* encoding/json: encode \t as \t instead of \u0009Russ Cox2014-10-271-1/+7
* encoding/json: document that embedded interfaces look like non-embedded onesRuss Cox2014-10-061-0/+2
* build: move package sources from src/pkg to srcRuss Cox2014-09-081-0/+1175