import Foundation let data = """ "Hello" """.data(using: .utf8)! print(try! JSONDecoder().decode(String.self, from: data))