NK
Size: a a a
NK
DR
NK
NK
if let jsonData = try? JSONSerialization.data(withJSONObject: JSON, options: [])
{
do {
let foo = try JSONDecoder().decode(Foo.self, from: jsonData)
print("JSON", foo.data.attributes.provider)
} catch {
print("ERROR:", error)
}
}
G
G
Д
G
BL
VP