entry

fun entry(vararg fields: Pair<String, Any?>): JsonObject(source)

Builds a structured JSON entry for instructions, option descriptions, or levels, e.g. entry("question" to "Which team?", "focus" to "The primary request"). Keys keep their order, and the model sees both the keys and the values.