summaryrefslogtreecommitdiff
path: root/src/pkg/json
AgeCommit message (Collapse)AuthorFilesLines
2009-08-05- FieldByName lookup through anonymous fieldsRobert Griesemer1-1/+1
- FieldByIndex - changed StructField.Index type from int -> []int - adjustments to reflect clients R=rsc,r DELTA=336 (263 added, 47 deleted, 26 changed) OCL=32731 CL=32802
2009-07-16use FieldByName where possible.Rob Pike1-4/+2
R=rsc DELTA=20 (0 added, 12 deleted, 8 changed) OCL=31758 CL=31758
2009-07-07json: use new reflect interface (CL 31107)Russ Cox2-125/+134
R=r DELTA=192 (52 added, 43 deleted, 97 changed) OCL=31116 CL=31286
2009-06-29io.StringBytes -> strings.BytesRuss Cox1-2/+2
io.ByteBuffer -> bytes.Buffer left io.ByteBuffer stub around for now, for protocol compiler. R=r OCL=30861 CL=30872
2009-06-22changes required if we disallow the implicit *Russ Cox2-36/+24
in cap, len, [], and range on maps, strings, and slices. R=r DELTA=57 (2 added, 12 deleted, 43 changed) OCL=30549 CL=30590
2009-06-09mv src/lib to src/pkgRob Pike6-0/+1246
tests: all.bash passes, gobuild still works, godoc still works. R=rsc OCL=30096 CL=30102