Age | Commit message (Expand) | Author | Files | Lines |
2010-04-21 | json: Marshal, Unmarshal using new scanner | Russ Cox | 1 | -375/+0 |
2010-03-17 | json: add MarshalIndent (accepts user-specified indent string) | Andrew Gerrand | 1 | -1/+92 |
2010-02-22 | json: fix quoted strings in Marshal | Sergei Skorobogatov | 1 | -0/+23 |
2010-01-06 | Propagate error to the caller in json.Marshal. Fixes issue 445. | Ivan Krasin | 1 | -2/+14 |
2009-12-15 | 1) Change default gofmt default settings for | Robert Griesemer | 1 | -73/+73 |
2009-12-09 | remove uses of string concatenation from src and misc directory | Robert Griesemer | 1 | -7/+7 |
2009-12-09 | json package: Fixed handling of nil values | Ross Light | 1 | -0/+4 |
2009-11-30 | Handle \r as a whitespace when parsing JSON string. | Andrew Skiba | 1 | -0/+11 |
2009-11-24 | A quick fix to ensure that json.Marshal returns errors correctly, as well as ... | Michael Hoisie | 1 | -3/+32 |
2009-11-19 | Add json.Marshal to json package | Michael Hoisie | 1 | -0/+46 |
2009-11-13 | json: allow one to unmarshal a top-level JSON array. | Adam Langley | 1 | -0/+25 |
2009-11-13 | json: fix addressing of slice indexes that are multiples of 8. | Adam Langley | 1 | -0/+31 |
2009-11-09 | remove semis after statements in one-statement statement lists | Robert Griesemer | 1 | -4/+4 |
2009-11-05 | gofmt-ify io, json, runtime, encoding | Robert Griesemer | 1 | -23/+23 |
2009-11-01 | allow unpacking of json map into Go map, | Russ Cox | 1 | -29/+52 |
2009-10-06 | apply gofmt to go, gob, hash, http, image, io, json, log | Russ Cox | 1 | -44/+43 |
2009-08-12 | convert non-low-level non-google pkg code | Russ Cox | 1 | -1/+0 |
2009-07-07 | json: use new reflect interface (CL 31107) | Russ Cox | 1 | -43/+43 |
2009-06-22 | changes required if we disallow the implicit * | Russ Cox | 1 | -1/+1 |
2009-06-09 | mv src/lib to src/pkg | Rob Pike | 1 | -0/+82 |