summaryrefslogtreecommitdiff
path: root/src/lib/json/generic.go
AgeCommit message (Expand)AuthorFilesLines
2009-06-09mv src/lib to src/pkgRob Pike1-331/+0
2009-05-07Define Len() for JSON Map.David Symonds1-1/+2
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 Cox1-2/+2
2009-03-11document jsonRuss Cox1-9/+36
2009-03-05delete deprecated files.Rob Pike1-4/+4
2009-03-03Automated g4 rollback of changelist 25024,Russ Cox1-6/+6
2009-02-13convert composite literals from { } to ( ).Russ Cox1-6/+6
2009-02-11insert type assertions when narrowing.Russ Cox1-2/+2
2009-01-20delete exportRuss Cox1-7/+7
2009-01-16casify miscRuss Cox1-1/+1
2009-01-16casify jsonRuss Cox1-64/+64
2009-01-15convert strconvRuss Cox1-1/+1
2009-01-15printf->Printf etc.Rob Pike1-2/+2
2009-01-06new new & makeRuss Cox1-4/+4
2008-12-19change *map to map; *chan to chan; new(T) to new(*T)Russ Cox1-5/+5
2008-12-15range clause must have = or :=Ken Thompson1-2/+2
2008-12-11remove implicit int -> stringRuss Cox1-1/+1
2008-12-11add JSON libraryRuss Cox1-0/+303