utahiosmac / Marshal

Marshaling the typeless wild west of [String: Any]

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support for Arrays of Optionals

jgrandelli opened this issue · comments

It would be nice to have built in support for marshaling arrays of optionals. That way if an object in an array fails to initialize/throws during initialization it doesn't throw out the entire array.

Fixed by #69