summaryrefslogtreecommitdiff
path: root/src/encoding/json
Commit message (Expand)AuthorAgeFilesLines
* 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: improve Decode exampleQuentin Smith2016-05-261-2/+1
* encoding/json: rename Indent method to SetIndentRuss Cox2016-05-242-6/+13
* encoding/json: change DisableHTMLEscaping to SetEscapeHTMLRuss Cox2016-05-242-8/+13
* encoding/json: additional tests and fixes for []typedByte encoding/decodingRuss Cox2016-05-242-13/+208
* encoding/json: document that object keys are sortedScott Bell2016-05-161-2/+2
* encoding/json: support maps with integer keysCaleb Spare2016-05-103-22/+158
* encoding/json: add Encoder.DisableHTMLEscapingCaleb Spare2016-04-224-93/+150
* encoding/json: update docs to not use misuse the term "object"Brad Fitzpatrick2016-04-163-11/+11
* encoding/json: respect json.Marshaler when encoding byte kind slicesHåvard Haugen2016-04-062-1/+58
* encoding/json: allow non-string type keys for (un-)marshalAugusto Roman2016-04-054-40/+123
* all: zero mtimes in testdata gz filesCaleb Spare2016-03-251-0/+0
* encoding/json: add (*Encoder).IndentCaleb Spare2016-03-252-1/+51
* encoding/json, internal/testenv: use FatalfDominik Honnef2016-03-221-1/+1
* all: single space after period.Brad Fitzpatrick2016-03-024-9/+9
* all: make copyright headers consistent with one space after periodBrad Fitzpatrick2016-03-0111-11/+11
* all: fix typos and spellingMartin Möhrmann2016-02-241-2/+2
* encoding/json: doc: Decode only writes to exported fieldsIan Lance Taylor2016-01-081-0/+1
* encoding/json: document Indent's preservation of trailing spacesRuss Cox2015-12-081-2/+6
* encoding/json: streamline, unexport valid Number checkingRuss Cox2015-12-043-101/+44
* encoding/json: revise docs for Unmarshal into map, slice, arrayRuss Cox2015-12-031-5/+15
* encoding/json: check if Number is validErik Dubbelboer2015-11-254-0/+271
* encoding/json: use reflect.SetBytes when decoding bytesHåvard Haugen2015-11-142-1/+22
* encoding/json: check for exported fields in embedded structsMarcel van Lohuizen2015-10-262-3/+15
* encoding/json: simplify encodeState.{string, stringBytes}Nodir Turakulov2015-10-142-18/+8
* encoding/json: document that encoding.TextMarshaler is used if no (json) Mars...Robert Griesemer2015-09-281-1/+4
* encoding/json: spell "marshaling" and "unmarshaling" consistentlyAndrew Gerrand2015-09-232-3/+3
* encoding/json: scanner: use byte, more consistentMarvin Stenger2015-09-215-62/+55
* encoding/json: revert "fix decoding of JSON null values"Russ Cox2015-07-302-76/+2
* encoding/json: test style tweaksBrad Fitzpatrick2015-07-281-18/+11
* encoding/json: take new decoder code off Decode path completelyRuss Cox2015-07-281-4/+11
* encoding/json: fix EOF bug decoding HTTP streamPeter Waldschmidt2015-07-282-1/+48
* encoding/json: add JSON streaming parse APIPeter Waldschmidt2015-07-274-23/+518
* encoding/json: fix decoding of JSON null valuesDidier Spezia2015-07-222-2/+76
* encoding/json: document and test overwrite of slice, map during UnmarshalRuss Cox2015-07-152-0/+16
* encoding/json: fix out of phase error unmarshaling non-string into TextUnmars...Russ Cox2015-07-152-0/+26
* encoding/json: Only allow string option for valid typesLarz Conwell2015-07-152-1/+38
* all: link to https for golang subdomains tooBrad Fitzpatrick2015-07-121-1/+1
* all: link to https instead of httpBrad Fitzpatrick2015-07-112-3/+3
* encoding/json: Remove extra allocation in scanner.Peter Waldschmidt2015-06-182-1/+19
* encoding/json: fix decoding of types with '[]byte' as underlying typeHåvard Haugen2015-05-153-3/+22
* encoding/json: make BenchmarkSkipValue more stableJosh Bleecher Snyder2015-05-141-0/+1
* encoding/json: Fixed the comment specifying Marshal behavior for maps.Aaron Jacobs2015-02-181-2/+2
* encoding/json: add UnmarshalTypeError.OffsetAlex Plugaru2015-01-292-21/+22
* encoding/json: address go vet reportsEmil Hessman2014-12-282-2/+3
* 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-272-1/+59
* encoding/json: fix handling of null with ,string fieldsRuss Cox2014-10-072-11/+50
* encoding/json: document that embedded interfaces look like non-embedded onesRuss Cox2014-10-061-0/+2