summaryrefslogtreecommitdiff
path: root/src/lib/json/struct.go
AgeCommit message (Expand)AuthorFilesLines
2009-05-12change name of reflect.NewInitValue to the more descriptive NewZeroValue.Rob Pike1-1/+1
2009-03-11document jsonRuss Cox1-0/+55
2009-03-03Automated g4 rollback of changelist 25024,Russ Cox1-3/+3
2009-02-13convert composite literals from { } to ( ).Russ Cox1-3/+3
2009-02-11insert type assertions when narrowing.Russ Cox1-2/+2
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 Cox1-1/+1
2009-01-16casify jsonRuss Cox1-23/+23
2008-12-11add JSON libraryRuss Cox1-0/+214