Versions in this module Expand all Collapse all v0 v0.0.6 Nov 7, 2021 v0.0.5 Oct 9, 2021 v0.0.4 Sep 13, 2021 v0.0.3 Sep 12, 2021 v0.0.2 Sep 11, 2021 Changes in this version + type AasList_mfjson_wrap []mfj.IStructView + type AasMap_mfjson_wrap map[string]mfj.IStructView + type Example_mfjson_wrap struct + A int + B int64 + C mfj.IStructView + D mfj.IStructView + E mfj.IStructView + F log.Level + G []mfj.IStructView + H map[string]mfj.IStructView + K []log.Level + L map[int]log.Level + M [][]*log.Level + N *log.Level + O [4]*log.Level + P mfj.IStructView + Q mfj.IStructView v0.0.1 Sep 11, 2021 Changes in this version + type AasList []TestInt1 + func (obj *AasList) UnmarshalJSON(data []byte) (err error) + func (obj AasList) MarshalJSON() (res []byte, err error) + type AasList_mjson_wrap []mfj.IStructView + type AasMap map[string]TestInt1 + func (obj *AasMap) UnmarshalJSON(data []byte) (err error) + func (obj AasMap) MarshalJSON() (res []byte, err error) + type AasMap_mjson_wrap map[string]mfj.IStructView v0.0.0 Sep 11, 2021 Changes in this version + type A struct + A int + B float64 + func (a *A) BlaName() string + func (a *A) UnmarshalJSONTypeName() string + type B struct + A string + B float64 + func (b *B) BlaName() string + func (obj *B) UnmarshalJSONTypeName() string + type C struct + A string + B string + func (b *C) BlaName() string + func (obj *C) UnmarshalJSONTypeName() string + type Example struct + A int + B int64 + C TestInt1 + D mfj.JsonInterfaceMarshaller + E TestInt2 + F log.Level + G []TestInt2 + H map[string]TestInt2 + I []TestInt2 + J map[int]TestInt2 + K []log.Level + L map[int]log.Level + M [][]*log.Level + N *log.Level + O [4]*log.Level + P TestInt2 + Q TestInt2 + func (obj *Example) UnmarshalJSON(data []byte) (err error) + func (obj Example) MarshalJSON() (res []byte, err error) + type Example_mjson_wrap struct + A int + B int64 + C mfj.IStructView + D mfj.IStructView + E mfj.IStructView + F log.Level + G []mfj.IStructView + H map[string]mfj.IStructView + I []TestInt2 + J map[int]TestInt2 + K []log.Level + L map[int]log.Level + M [][]*log.Level + N *log.Level + O [4]*log.Level + P mfj.IStructView + Q mfj.IStructView + type TestInt1 interface + BlaName func() string + type TestInt2 interface + BlaName func() string + UnmarshalJSONTypeName func() string