質問編集履歴
1
コード修正
title
CHANGED
File without changes
|
body
CHANGED
@@ -20,7 +20,6 @@
|
|
20
20
|
|
21
21
|
//dataを扱いやすいようにJSON化
|
22
22
|
let json = JSON(data: data)
|
23
|
-
let article: [String: String?] = [
|
24
23
|
let title = json["Items"][0]["Item"]["title"].string
|
25
24
|
let author = json["Items"][0]["Item"]["author"].string
|
26
25
|
let salesDate = json["Items"][0]["Item"]["salesDate"].string
|