You've already forked json-iterator
mirror of
https://github.com/json-iterator/go.git
synced 2025-12-20 23:30:38 +02:00
support non empty interface
This commit is contained in:
@@ -212,4 +212,4 @@ func Test_unmarshaler_and_decoder(t *testing.T) {
|
||||
err = Unmarshal([]byte(`{"Field":"hello"}`), &obj)
|
||||
should.Nil(err)
|
||||
should.Equal(10, int(*obj.Field))
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user