simplex-chat/apps/ios/Shared/DebugJSON.playground/Contents.swift

12 lines
208 B
Swift
Raw Permalink Normal View History

//import UIKit
import SimpleXChat
let s =
"""
{}
"""
//let s = "\"2022-04-24T11:59:23.703162Z\""
let json = getJSONDecoder()
let d = s.data(using: .utf8)!
print (try! json.decode(APIResponse.self, from: d))