1
0
mirror of https://github.com/golang/go synced 2024-10-05 04:21:22 -06:00
go/src/pkg/json
Andrew Gerrand 047cf3161e json: correct Marshal documentation
Fixes #1488.

R=r, rsc, rog
CC=golang-dev
https://golang.org/cl/4168043
2011-02-10 13:48:14 -05:00
..
decode_test.go delete float, complex - code changes 2011-01-19 23:09:00 -05:00
decode.go delete float, complex - code changes 2011-01-19 23:09:00 -05:00
encode.go json: correct Marshal documentation 2011-02-10 13:48:14 -05:00
indent.go json: scanner, Compact, Indent, and tests 2010-04-18 14:45:08 -07:00
Makefile build: no required environment variables 2010-08-18 10:08:49 -04:00
scanner_test.go throughout: fix broken calls to Printf etc. 2010-12-07 16:42:54 -05:00
scanner.go json: handle capital floating point exponent (1E100). 2011-01-24 18:10:50 +10:00
stream_test.go delete float, complex - code changes 2011-01-19 23:09:00 -05:00
stream.go Removed bytes.Add and bytes.AddByte; we now have 'append'. 2010-12-01 11:59:13 -08:00