go/src/pkg/json
Russ Cox 287e45e241 json: check for invalid UTF-8
Fixes #1250.

R=r
CC=golang-dev
https://golang.org/cl/3562042
2010-12-13 15:51:11 -05:00
..
Makefile build: no required environment variables 2010-08-18 10:08:49 -04:00
decode.go reflect: rename reflect.ArrayCopy to be reflect.Copy. 2010-12-12 20:27:29 +11:00
decode_test.go json: check for invalid UTF-8 2010-12-13 15:51:11 -05:00
encode.go json: check for invalid UTF-8 2010-12-13 15:51:11 -05:00
indent.go json: scanner, Compact, Indent, and tests 2010-04-18 14:45:08 -07:00
scanner.go use append 2010-10-27 19:47:23 -07:00
scanner_test.go throughout: fix broken calls to Printf etc. 2010-12-07 16:42:54 -05:00
stream.go Removed bytes.Add and bytes.AddByte; we now have 'append'. 2010-12-01 11:59:13 -08:00
stream_test.go throughout: fix broken calls to Printf etc. 2010-12-07 16:42:54 -05:00