apply

protected open override fun apply(value: JsonValue, ignoreCase: Boolean): Boolean

Matches a json value.

Return

true if the value matches, otherwise false.

Parameters

jsonValue

The json value.

ignoreCase

true to ignore case when checking String values, false to check case.