TypeDecoder icon indicating copy to clipboard operation
TypeDecoder copied to clipboard

A Swift library to allow the runtime inspection of Swift language native and complex types.

Results 1 TypeDecoder issues
Sort by recently updated
recently updated
newest added

A user may wish to assign an `[String: Any]` type on a struct for the purposes of passing through opaque JSON whose structure is unknown. We currently do not support...