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
Thanks for the awesome work.
I was wondering if it's possible to somehow allow nullable fields in the define-json-type macro.
I think that this is indeed the expected behavior.
Thanks for the awesome work.
I was wondering if it's possible to somehow allow
nullable
fields in thedefine-json-type
macro.I think that this is indeed the expected behavior.
Example
error
changing the json-str to the below
builds a correct (not unspecified) scheme object
output
also emitting the field major will produce correct results.
output
Anything wrong with my approach?
Thanks again for your great work.
The text was updated successfully, but these errors were encountered: