ListValue

sealed interface ListValue<out T : ExpressionValue> : ExpressionValue(source)

Represents an ExpressionValue that resolves to a list value (corresponds to a JSON array). See const.

Inheritors