Response
extension Response
-
Returns the body of the response as a JSON object.
Declaration
Swift
public func json() throws -> [String : Any]Return Value
The body of the response as a JSON object.
View on GitHub