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
I have a structure that have a field Id int but incoming JSON has "Id": "1".
Is it possible to have a tag that will convert automatically such invalid field types?
This is probably related to #314 which is also needs for this kind of convertion.
The text was updated successfully, but these errors were encountered:
I have a structure that have a field
Id int
but incoming JSON has"Id": "1"
.Is it possible to have a tag that will convert automatically such invalid field types?
This is probably related to #314 which is also needs for this kind of convertion.
The text was updated successfully, but these errors were encountered: