*** Submitted as
http://code.google.com/p/go/source/detail?r=9a07c3da6c44 ***
encoding/json: skip unexpected null values
As discussed in issue 2540, nulls are allowed for any type in JSON so
they should not result in an error during Unmarshal.
Fixes issue 2540.
R=rsc
CC=golang-dev
http://codereview.appspot.com/6759043
Committer: Russ Cox <rsc@golang.org>
http://codereview.appspot.com/6759043/