(extension in Decodable):Decodable.DecodingError.formattedPath : Swift.String
(extension in Decodable):Swift.String.(toJSONPathArray in _0B279BBFAA2CF8176378CD5C0B900BF8) () -> Swift.Array<Swift.String>
Decodable.(JSONPathSeparator in _0B279BBFAA2CF8176378CD5C0B900BF8) : Swift.Character
Decodable.(parse in _0B279BBFAA2CF8176378CD5C0B900BF8) <A> (Swift.AnyObject, path : Swift.String, decode : (Swift.AnyObject) throws -> A) throws -> A
Decodable.(parseAndAcceptMissingKey in _0B279BBFAA2CF8176378CD5C0B900BF8) <A> (Swift.AnyObject, path : Swift.String, decode : (Swift.AnyObject) throws -> A) throws -> Swift.Optional<A>
Decodable.DecodingError.formattedPath : Swift.String
Decodable.DecodingError.object : Swift.AnyObject
Decodable.DecodingError.path : Swift.Array<Swift.String>
Decodable.DecodingError.rootObject : Swift.Optional<Swift.AnyObject>
Decodable.MissingKeyError
Decodable.MissingKeyError.debugDescription : Swift.String
Decodable.MissingKeyError.init (key : Swift.String, object : Swift.AnyObject) -> Decodable.MissingKeyError
Decodable.MissingKeyError.key : Swift.String
Decodable.MissingKeyError.object : Swift.AnyObject
Decodable.MissingKeyError.path : Swift.Array<Swift.String>
Decodable.MissingKeyError.rootObject : Swift.Optional<Swift.AnyObject>
Decodable.RawRepresentableInitializationError
Decodable.RawRepresentableInitializationError.debugDescription : Swift.String
Decodable.RawRepresentableInitializationError.init (type : protocol<>.Type, rawValue : protocol<>, object : Swift.AnyObject) -> Decodable.RawRepresentableInitializationError
Decodable.RawRepresentableInitializationError.object : Swift.AnyObject
Decodable.RawRepresentableInitializationError.path : Swift.Array<Swift.String>
Decodable.RawRepresentableInitializationError.rawValue : protocol<>
Decodable.RawRepresentableInitializationError.rootObject : Swift.Optional<Swift.AnyObject>
Decodable.RawRepresentableInitializationError.type : protocol<>.Type
Decodable.TypeMismatchError
Decodable.TypeMismatchError.debugDescription : Swift.String
Decodable.TypeMismatchError.expectedType : protocol<>.Type
Decodable.TypeMismatchError.init (expectedType : protocol<>.Type, receivedType : protocol<>.Type, object : Swift.AnyObject) -> Decodable.TypeMismatchError
Decodable.TypeMismatchError.object : Swift.AnyObject
Decodable.TypeMismatchError.path : Swift.Array<Swift.String>
Decodable.TypeMismatchError.receivedType : protocol<>.Type
Decodable.TypeMismatchError.rootObject : Swift.Optional<Swift.AnyObject>
Decodable.catchAndRethrow <A> (Swift.AnyObject, Swift.Array<Swift.String>, block : () throws -> A) throws -> A
Decodable.catchMissingKeyAndReturnNil <A> (() throws -> A) throws -> Swift.Optional<A>
Decodable.catchNull <A> ((Swift.AnyObject) throws -> A) -> (Swift.AnyObject) throws -> Swift.Optional<A>
Decodable.decodeArray <A> ((Swift.AnyObject) throws -> A) -> (json : Swift.AnyObject) throws -> Swift.Array<A>
Decodable.decodeDictionary <A, B where A: Swift.Hashable> ((Swift.AnyObject) throws -> A, elementDecodeClosure : (Swift.AnyObject) throws -> B) -> (json : Swift.AnyObject) throws -> Swift.Dictionary<A, B>
Decodable.parse (Swift.AnyObject, Swift.Array<Swift.String>) throws -> Swift.AnyObject
Decodable.parse <A> (Swift.AnyObject, path : Swift.Array<Swift.String>, decode : (Swift.AnyObject) throws -> A) throws -> A
Decodable.parseAndAcceptMissingKey <A> (Swift.AnyObject, path : Swift.Array<Swift.String>, decode : (Swift.AnyObject) throws -> A) throws -> Swift.Optional<A>
_TE9DecodablePS_15NSValueCastableP33_86E32CA1B677DFBF7A0FAB4FE8A6EB9213PointerOfSelf
_TP9Decodable13DecodingError
_TP9Decodable15NSValueCastable
_TP9Decodable8Castable
_TP9Decodable9Decodable
static (extension in Decodable):Decodable.Castable.decode (Swift.AnyObject) throws -> A
static (extension in Decodable):Decodable.NSValueCastable.decode (Swift.AnyObject) throws -> A
static (extension in Decodable):Swift.Array<A where A: Decodable.Decodable>.decode (Swift.AnyObject, ignoreInvalidObjects : Swift.Bool) throws -> Swift.Array<A>
static (extension in Decodable):Swift.Dictionary<A, B where A: Decodable.Decodable, A: Swift.Hashable, B: Decodable.Decodable>.decode (Swift.AnyObject) throws -> Swift.Dictionary<A, B>
static (extension in Decodable):Swift.RawRepresentable<A where A: Decodable.Decodable, A: Swift.RawRepresentable, A.RawValue: Decodable.Decodable>.decode (Swift.AnyObject) throws -> A
static (extension in Decodable):__ObjC.NSArray.decode (Swift.AnyObject) throws -> __ObjC.NSArray
static (extension in Decodable):__ObjC.NSDictionary.decode (Swift.AnyObject) throws -> __ObjC.NSDictionary
static Decodable.=> infix (Swift.AnyObject, Swift.String) throws -> Swift.AnyObject
static Decodable.=> infix (Swift.String, Swift.String) -> Swift.String
static Decodable.=> infix <A where A: Decodable.Decodable, A: Swift.Hashable> (Swift.AnyObject, Swift.String) throws -> Swift.Optional<Swift.Dictionary<A, Swift.AnyObject>>
static Decodable.=> infix <A where A: Decodable.Decodable> (Swift.AnyObject, Swift.String) throws -> A
static Decodable.=> infix <A where A: Decodable.Decodable> (Swift.AnyObject, Swift.String) throws -> Swift.Array<A>
static Decodable.=> infix <A where A: Decodable.Decodable> (Swift.AnyObject, Swift.String) throws -> Swift.Array<Swift.Optional<A>>
static Decodable.=> infix <A where A: Decodable.Decodable> (Swift.AnyObject, Swift.String) throws -> Swift.Dictionary<Swift.String, A>
static Decodable.=> infix <A where A: Decodable.Decodable> (Swift.AnyObject, Swift.String) throws -> Swift.Optional<A>
static Decodable.=> infix <A where A: Decodable.Decodable> (Swift.AnyObject, Swift.String) throws -> Swift.Optional<Swift.Array<A>>
static Decodable.=> infix <A where A: Decodable.Decodable> (Swift.AnyObject, Swift.String) throws -> Swift.Optional<Swift.Array<Swift.Optional<A>>>
static Decodable.=> infix <A where A: Decodable.Decodable> (Swift.AnyObject, Swift.String) throws -> Swift.Optional<Swift.Dictionary<Swift.String, A>>
static Decodable.=>? infix (Swift.AnyObject, Swift.String) throws -> Swift.Optional<Swift.AnyObject>
static Decodable.=>? infix <A where A: Decodable.Decodable, A: Swift.Hashable> (Swift.AnyObject, Swift.String) throws -> Swift.Optional<Swift.Dictionary<A, Swift.AnyObject>>
static Decodable.=>? infix <A where A: Decodable.Decodable> (Swift.AnyObject, Swift.String) throws -> Swift.Optional<A>
static Decodable.=>? infix <A where A: Decodable.Decodable> (Swift.AnyObject, Swift.String) throws -> Swift.Optional<Swift.Array<A>>
static Decodable.=>? infix <A where A: Decodable.Decodable> (Swift.AnyObject, Swift.String) throws -> Swift.Optional<Swift.Array<Swift.Optional<A>>>
static Decodable.=>? infix <A where A: Decodable.Decodable> (Swift.AnyObject, Swift.String) throws -> Swift.Optional<Swift.Dictionary<Swift.String, A>>
static Decodable.Decodable.decode (Swift.AnyObject) throws -> A
static Decodable.~= infix <A> (A.Type, protocol<>.Type) -> Swift.Bool