buildJsonObject

abstract fun buildJsonObject(builderAction: ERROR CLASS: Symbol not found for JsonObjectBuilder.() -> Unit): ERROR CLASS: Symbol not found for JsonObject

使用 DSL (领域特定语言) 构建一个 JsonObject。

Return

构建完成的 JsonObject。

Parameters

builderAction

用于配置 JsonObject 的构建器 lambda 表达式。