Essentially I am using enum to account for instances where code is either and int or string - but it appears when the JSON value is simply an int with leading 0
Is it possible to implement the Encodable and Decodable properties for UIColor When I try to add a Decodable extension I get an error extension UIColor : Deco