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