-
Undocumented
Declaration
Swift
func jsonObject() throws -> [String : Any]
-
jsonObject()Default implementationDefault Implementation
Given an Encodable object return the JSON dictionary representation
Throws
Errors occurring during encoding, orTypeConversionError.invalidJSONObjectDeclaration
Swift
func jsonObject() throws -> [String : Any]Return Value
A JSON dictionary representing the object.
StyleEncodable Protocol Reference