summaryrefslogtreecommitdiff
path: root/src/lib/json
AgeCommit message (Expand)AuthorFilesLines
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