Convert JSON into Swift codable structs
Instance Property
CodableCode
A String value indicating the generated Swift code that implements a Codable struct for the current instance if it is a valid JSON.
Declaration
var codableCode: String? { get }
See Also
Throwing an error and setting a type name
func makeCodableCode(name:) throws