jindrichgorner
Results
1
issues of
jindrichgorner
I am struggling to figure out how to deal with a situation when a schema type allows a nullable value. For example: ` {"name": "fieldName", "type": ["null", "double"]...}` In Swift...