Encodable
public extension Encodable
-
Undocumented
Declaration
Swift
func jsonDictionary() throws -> [String : Any]
-
Undocumented
Declaration
Swift
func jsonDictionary(_ snakeCase: Bool) throws -> [String : Any]
-
Undocumented
Declaration
Swift
func jsonString() throws -> String?
-
Undocumented
Declaration
Swift
func jsonString(_ snakeCase: Bool) throws -> String?