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