var simpleEquality …
type A …
type B …
type C …
type D …
type E …
type F …
type G …
type H …
type I …
type UnknownLevel1 …
type InlinedAA …
type InlinedAAA …
type UnknownLevel2 …
type InlinedBB …
type InlinedBBB …
type UnknownLevel3 …
type InlinedCC …
type InlinedCCC …
type CustomValue …
func (c CustomValue) MarshalJSON() ([]byte, error) { … }
type CustomPointer …
func (c *CustomPointer) MarshalJSON() ([]byte, error) { … }
func doRoundTrip(t *testing.T, item interface{ … }
func TestRoundTrip(t *testing.T) { … }
func TestUnknownFields(t *testing.T) { … }
func BenchmarkFromUnstructuredWithValidation(b *testing.B) { … }
func doUnrecognized(t *testing.T, jsonData string, item interface{ … }
func TestUnrecognized(t *testing.T) { … }
func TestDeepCopyJSON(t *testing.T) { … }
func TestFloatIntConversion(t *testing.T) { … }
func TestIntFloatConversion(t *testing.T) { … }
func TestCustomToUnstructured(t *testing.T) { … }
func TestCustomToUnstructuredTopLevel(t *testing.T) { … }