RawRepresentable
EXTENSION
RawRepresentable
Swift
1extension RawRepresentable where RawValue: JSONDecodableProperties
jsonValue
Swift
1public var jsonValue: JSONValueMethods
init(jsonValue:)
Swift
1public init(jsonValue value: JSONValue) throws