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
consider a case like JSON below {"a": [ { "b": "", "c": "", "d": "" }, { "a": "" } ] }
then b & c should be nullable values but b & c are created as not nullable types.
auto determine nullable or not from JSON value can't recognize this.
The text was updated successfully, but these errors were encountered:
consider a case like JSON below
{"a": [ { "b": "", "c": "", "d": "" }, { "a": "" } ] }
then b & c should be nullable values but b & c are created as not nullable types.
auto determine nullable or not from JSON value can't recognize this.
The text was updated successfully, but these errors were encountered: