summaryrefslogtreecommitdiff
path: root/src/lib/json/parse.go
AgeCommit message (Collapse)AuthorFilesLines
2009-03-11document jsonRuss Cox1-2/+22
R=r DELTA=115 (102 added, 0 deleted, 13 changed) OCL=25953 CL=26128
2009-03-05delete deprecated files.Rob Pike1-1/+0
deletion beats documentation for deprecation. R=rsc,gri DELTA=509 (2 added, 490 deleted, 17 changed) OCL=25737 CL=25768
2009-01-20delete exportRuss Cox1-4/+4
TBR=r OCL=23121 CL=23127
2009-01-16casify jsonRuss Cox1-22/+22
R=r DELTA=163 (0 added, 0 deleted, 163 changed) OCL=22910 CL=22939
2009-01-15convert strconvRuss Cox1-3/+3
R=r DELTA=568 (0 added, 9 deleted, 559 changed) OCL=22898 CL=22901
2009-01-06new new & makeRuss Cox1-4/+4
R=r OCL=22166 CL=22166
2008-12-19change *map to map; *chan to chan; new(T) to new(*T)Russ Cox1-2/+2
fix bugs left over from *[] to [] conversion. TBR=r OCL=21576 CL=21581
2008-12-11add JSON libraryRuss Cox1-0/+400
R=r DELTA=1127 (1127 added, 0 deleted, 0 changed) OCL=20975 CL=20983