JSONResponseIsNotDictionaryOrArray
public struct JSONResponseIsNotDictionaryOrArray : Error
Siesta’s default JSON parser accepts only dictionaries and arrays, but the server sent a response containing a bare JSON primitive.
-
Undocumented
Declaration
Swift
public let actualType: Any.Type