Replies: 1 comment
|
Because otherwise you can't represent |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I would like
Int?to accept eitherNumber(1)orNullwhen parsing from JSON.For now I have to define
Nullable[T]as a workaround:All reactions