Match

data class Match(val value: JsonPrimitive) : FieldMatcher

Exact value match (match.value).

Constructors

Link copied to clipboard
constructor(value: JsonPrimitive)

Properties

Link copied to clipboard
val value: JsonPrimitive