Literal
@Serializable
@SerialName(value = "Literal")
Mirror of a literal expression.
Literal values are bare JSON scalars (string, number, boolean, null) and decode as JsonPrimitive — except an explicit JSON null, which decodes to Kotlin null because the field is nullable.