StructTypes.jl
StructTypes.jl copied to clipboard
Register v1.11.0?
Can we? I'm missing #94 in official version.
Same here, without #100, this truly wonderful package and JSON3.jl cannot handle complex numbers, which is hard to work around without type piracy.
I second this, currently Complex numbers don't work without manually providing StructTypes.StructType(::Type{Complex{T}}) where T<:Real = StructTypes.Struct()