You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- fix some issues ( #104#118#144#147 )
- fix recursive call operation
- use json.Number of encoding/json
- fix encoding of MarshalJSON and MarshalText
- fix pointer operation
- remove 'anonymous' and 'only' operation
- add test cases for array/slice/map/marshaler
The panic happens when:
omitempty
in the field + the field (Field2
) has a valueThe panic does not happen when:
Field2
is empty.Field1
andField2
in the struct definition are interchanged (!)The text was updated successfully, but these errors were encountered: