Collection
extension Collection where Iterator.Element: JSONModel
-
Undocumented
Declaration
Swift
public func toJSON() -> [[String : Any]?]
-
Undocumented
Declaration
Swift
public func toJSONString(prettyPrint: Bool = false) -> String?