This patch was authored by @fananek and released by @0xTim.
UnkeyedContainer throw fatal error in case of encoding collection with one or more nil values.
This change removes force unwrap of the input data and skip any nil value in a collection.
Resolves #197