Skip to content

encoding/json Unmarshals invalid json successfully #33894

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
rskumar opened this issue Aug 28, 2019 · 3 comments
Closed

encoding/json Unmarshals invalid json successfully #33894

rskumar opened this issue Aug 28, 2019 · 3 comments

Comments

@rskumar
Copy link

rskumar commented Aug 28, 2019

What version of Go are you using (go version)?

$ go version

go version go1.12.5 linux/amd64

Does this issue reproduce with the latest release?

What operating system and processor architecture are you using (go env)?

go env Output
$ go env

GOARCH="amd64"
GOBIN=""
GOFLAGS=""
GOHOSTARCH="amd64"
GOHOSTOS="linux"
GOOS="linux"
GOROOT="/usr/local/go"
GOTMPDIR=""
GOTOOLDIR="/usr/local/go/pkg/tool/linux_amd64"
GCCGO="gccgo"
CC="gcc"
CXX="g++"
CGO_ENABLED="1"
CGO_CFLAGS="-g -O2"
CGO_CPPFLAGS=""
CGO_CXXFLAGS="-g -O2"
CGO_FFLAGS="-g -O2"
CGO_LDFLAGS="-g -O2"
PKG_CONFIG="pkg-config"
GOGCCFLAGS="-fPIC -m64 -pthread -fmessage-length=0 -fdebug-prefix-map=/tmp/go-build191036311=/tmp/go-build -gno-record-gcc-switches"

What did you do?

https://play.golang.org/p/ELkurW4YV8x

What did you expect to see?

Error if json is not valid.

What did you see instead?

No error

@zeast
Copy link

zeast commented Aug 28, 2019

@agnivade
Copy link
Contributor

What @zeast said. I will close this as the issue has been resolved. If you have further questions, feel free to ask it in any of these forums below:

Thanks

@rskumar
Copy link
Author

rskumar commented Aug 28, 2019

Got it, thanks. I had different understanding, what I read from a library code.

@golang golang locked and limited conversation to collaborators Aug 27, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants