JSONDecodable
PROTOCOL
JSONDecodable
Swift
1public protocol JSONDecodable: AnyHashableConvertible
Methods
init(jsonValue:)
Swift
1init(jsonValue value: JSONValue) throws
PROTOCOL
JSONDecodable
1public protocol JSONDecodable: AnyHashableConvertible
init(jsonValue:)
1init(jsonValue value: JSONValue) throws