Avatar
@swift-4.2.4 import Foundation try! JSONDecoder().decode([Int].self, from: "".data(using: .utf8)!) (edited)