let value1 = try? data.toDictionary() let value2 = try? data.to(type: [String: Any].self) let value3 = try? data.to(type: [String: String].self) let value4 = try? string.asJSONToDictionary() let value5 = try? string.asJSON(to: [String: String].self)
Preview:
downloadDownload PNG
downloadDownload JPEG
downloadDownload SVG
Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!
Click to optimize width for Twitter