MapValue

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

Represents an ExpressionValue that resolves to a map value (corresponds to a JSON object). See const.