package gomongo import "testing" func TestJsonDecodeNoError(t *testing.T) { t.Log(JsonDecodeNoError([]byte("{\"a\":1}"))) }