If you intend only to write JSON data, conform your type to Encodable . struct Book: Encodable { let title: String let authors: [String] let publicationDate: ...
確定! 回上一頁