Optional
EXTENSION
Optional
Swift
1extension Optional where Wrapped: JSONDecodable
Properties
jsonValue
Swift
1public var jsonValue: JSONValue
Methods
init(jsonValue:)
Swift
1public init(jsonValue value: JSONValue) throws