summaryrefslogtreecommitdiff
path: root/src/lib/json
AgeCommit message (Expand)AuthorFilesLines
2009-05-12change name of reflect.NewInitValue to the more descriptive NewZeroValue.Rob Pike1-1/+1
2009-05-11change utf8.FullRuneInString and utf8.DecodeRuneInStringRuss Cox1-1/+1
2009-05-07Define Len() for JSON Map.David Symonds2-1/+6
2009-04-17Step 1 of the Big Error Shift: make os.Error an interface and replace *os.Err...Rob Pike1-1/+1
2009-04-16Convert go tree to hierarchical pkg directory:Russ Cox2-11/+15
2009-04-16regenerate Makefiles.Russ Cox1-8/+17
2009-03-11document jsonRuss Cox3-11/+113
2009-03-05delete deprecated files.Rob Pike2-5/+4
2009-03-03Automated g4 rollback of changelist 25024,Russ Cox3-11/+11
2009-02-13convert composite literals from { } to ( ).Russ Cox3-11/+11
2009-02-11insert type assertions when narrowing.Russ Cox2-4/+4
2009-01-23remove the "open" concept from reflect and go with slices and arrays.Rob Pike1-2/+2
2009-01-21change reflect.CopyArray into a method on ArrayValue called CopyFromRob Pike1-1/+1
2009-01-20delete exportRuss Cox5-15/+15
2009-01-16casify miscRuss Cox1-1/+1
2009-01-16casify jsonRuss Cox4-137/+137
2009-01-15convert strconvRuss Cox2-4/+4
2009-01-15printf->Printf etc.Rob Pike1-2/+2
2009-01-06new new & makeRuss Cox3-9/+9
2008-12-19change *map to map; *chan to chan; new(T) to new(*T)Russ Cox3-9/+9
2008-12-18convert *[] to [].Russ Cox1-2/+2
2008-12-15range clause must have = or :=Ken Thompson2-3/+3
2008-12-11remove implicit int -> stringRuss Cox1-1/+1
2008-12-11add JSON libraryRuss Cox6-0/+1135