]> Cypherpunks repositories - gostls13.git/commit
json: only use alphanumeric tags
authorRuss Cox <rsc@golang.org>
Thu, 17 Feb 2011 22:14:19 +0000 (17:14 -0500)
committerRuss Cox <rsc@golang.org>
Thu, 17 Feb 2011 22:14:19 +0000 (17:14 -0500)
commitf80d002438016bf622c961a724ae05f306e6b721
tree20779ca8588081f9df43c14ac6c5b2f58fde3a11
parent6e03ed32c7044ceae083b0042132e1c68f197d99
json: only use alphanumeric tags

Almost the same definition as Go identifier names.
(Leading digits are allowed.)

Fixes #1520.

R=r, r2
CC=golang-dev
https://golang.org/cl/4173061
src/pkg/json/decode.go
src/pkg/json/decode_test.go
src/pkg/json/encode.go