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
When using options::LiteralAsStringOpt::Always/Maybe and the input is an empty string, the current behaviour is to throw an exception that it is an invalid number.
Would be good to have an option to parse this as null.
When using
options::LiteralAsStringOpt::Always/Maybeand the input is an empty string, the current behaviour is to throw an exception that it is an invalid number.Would be good to have an option to parse this as null.