JSONArray
public class JSONArray<T: JSONDeserializer>: JSONDeserializer
Deserializer type for Array.
-
Outputs an array of
T‘s output type.Declaration
Swift
public typealias Deserialized = [T.Deserialized] -
Deserializes
arrayand its contents.Throws
LetsT.deserialize‘s errors go through.Declaration
Swift
public static func deserialize(array: NSArray) throws -> Deserialized
View on GitHub
Install in Dash
JSONArray Class Reference