Age | Commit message (Expand) | Author | Files | Lines |
2010-04-21 | json: Marshal, Unmarshal using new scanner | Russ Cox | 1 | -481/+0 |
2010-04-11 | json: update documentation to match current coding style | Christopher Wedgwood | 1 | -6/+6 |
2010-04-01 | json: use panic/recover to handle errors in Marshal | Andrew Gerrand | 1 | -36/+21 |
2010-03-17 | json: add MarshalIndent (accepts user-specified indent string) | Andrew Gerrand | 1 | -51/+92 |
2010-02-22 | json: fix quoted strings in Marshal | Sergei Skorobogatov | 1 | -29/+62 |
2010-01-06 | Propagate error to the caller in json.Marshal. Fixes issue 445. | Ivan Krasin | 1 | -4/+7 |
2010-01-05 | Check for errors when writing fields of a struct. | Rob Pike | 1 | -1/+5 |
2009-12-15 | 1) Change default gofmt default settings for | Robert Griesemer | 1 | -57/+57 |
2009-12-09 | json package: Fixed handling of nil values | Ross Light | 1 | -1/+11 |
2009-11-24 | A quick fix to ensure that json.Marshal returns errors correctly, as well as ... | Michael Hoisie | 1 | -2/+2 |
2009-11-19 | Add json.Marshal to json package | Michael Hoisie | 1 | -0/+97 |
2009-11-13 | json: minor comment fix. | Adam Langley | 1 | -1/+1 |
2009-11-13 | json: allow one to unmarshal a top-level JSON array. | Adam Langley | 1 | -2/+18 |
2009-11-13 | json: fix addressing of slice indexes that are multiples of 8. | Adam Langley | 1 | -1/+1 |
2009-11-09 | - replaced gofmt expression formatting algorithm with | Robert Griesemer | 1 | -1/+1 |
2009-11-09 | remove semis after statements in one-statement statement lists | Robert Griesemer | 1 | -43/+43 |
2009-11-06 | - fine-tuning of one-line func heuristic (nodes.go) | Robert Griesemer | 1 | -2/+1 |
2009-11-05 | gofmt-ify io, json, runtime, encoding | Robert Griesemer | 1 | -4/+5 |
2009-11-01 | allow unpacking of json map into Go map, | Russ Cox | 1 | -18/+52 |
2009-10-06 | apply gofmt to go, gob, hash, http, image, io, json, log | Russ Cox | 1 | -23/+22 |
2009-10-05 | update json comments | Russ Cox | 1 | -12/+14 |
2009-09-14 | fix "declared and not used" errors in non-test code. | Russ Cox | 1 | -3/+1 |
2009-09-09 | update type switch to match spec. | Russ Cox | 1 | -6/+2 |
2009-09-01 | make ToUpper, ToLower etc. handle unicode properly. | Rob Pike | 1 | -1/+1 |
2009-08-12 | convert non-low-level non-google pkg code | Russ Cox | 1 | -1/+0 |
2009-08-05 | - FieldByName lookup through anonymous fields | Robert Griesemer | 1 | -1/+1 |
2009-07-16 | use FieldByName where possible. | Rob Pike | 1 | -4/+2 |
2009-07-07 | json: use new reflect interface (CL 31107) | Russ Cox | 1 | -82/+91 |
2009-06-22 | changes required if we disallow the implicit * | Russ Cox | 1 | -35/+23 |
2009-06-09 | mv src/lib to src/pkg | Rob Pike | 1 | -0/+269 |