DataConvertible icon indicating copy to clipboard operation
DataConvertible copied to clipboard

DataConvertible is a support library for converting models to Data.

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

This is a default JSON encoder. A simple example is here: ```swift struct API { let id: String let key = "MY_API_KEY" } struct Model { let string: String let...