AlternatingListValue
sealed interface AlternatingListValue<out T1 : ExpressionValue, out T2 : ExpressionValue> : ListValue<ExpressionValue> (source)
Represents an ExpressionValue that resolves to a list value (corresponds to a JSON array) of alternating types.