DataValue

public struct DataValue : WebcomValuable, Hashable, CustomStringConvertible

The value of a node.

Stored Properties

  • Declaration

    Swift

    public var jsonDecoder: JSONDecoder

WebcomValuable Protocol

  • Declaration

    Swift

    public var data: Data? { get }
  • Declaration

    Swift

    public var json: Any? { get }

Equatable Protocol

  • Declaration

    Swift

    public static func == (left: DataValue, right: DataValue) -> Bool

Hashable Protocol

  • Declaration

    Swift

    public func hash(into hasher: inout Hasher)

CustomStringConvertible Protocol

  • Declaration

    Swift

    public var description: String { get }