Artwork
import Foundation
import SwiftUI
struct Artwork: Hashable, Codable {
var size: String!
var title: String!
var file: String!
}
I get the following in browser but nothing in XCODE, how to debug?!:
{"id":11,"title":"NO NAME NO TITLE JUSTBORN","size":"806 X 1106 mm","category":"1","file":"1565686961MELV0011.jpg","artistNotes":"The painting is about the anguish of woman in post birth. She is of no nationality. Her hands (over large) and protective. Her belly still distended from the birth.","price":0,"isfeatured":0,"islive":1,"created_at":"2018-09-05T00:00:00.000000Z","updated_at":"2019-08-13T10:02:41.000000Z"}
Topic:
UI Frameworks
SubTopic:
SwiftUI
Tags: