json2swift v1.2
Fixes issue where mixed-type attributes, or attributes whose only known value is null
, had a corresponding Swift property of type [Any?]
. Now the property's type is Any?
.
Fixes issue where mixed-type attributes, or attributes whose only known value is null
, had a corresponding Swift property of type [Any?]
. Now the property's type is Any?
.