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