DataValue
public struct DataValue : WebcomValuable, Hashable, CustomStringConvertible
The value of a node.
-
Declaration
Swift
public var jsonDecoder: JSONDecoder
-
Declaration
Swift
public var data: Data? { get }
-
Declaration
Swift
public var json: Any? { get }
-
Declaration
Swift
public static func == (left: DataValue, right: DataValue) -> Bool
-
Declaration
Swift
public func hash(into hasher: inout Hasher)
-
Declaration
Swift
public var description: String { get }