We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf32cdc commit dc950f5Copy full SHA for dc950f5
docs/json.md
@@ -548,7 +548,7 @@ Note that the execution will fail if the structure of the data is otherwise diff
548
### Json element builders
549
550
You can construct instances of specific [JsonElement] subtypes using the respective builder functions
551
-[buildJsonArray] and [buildJsonObject]. They provide a DSL to define the resulting JSON structure. It is
+[buildJsonArray] and [buildJsonObject]. They provide a DSL to define the resulting JSON structure. It
552
is similar to Kotlin standard library collection builders, but with a JSON-specific convenience
553
of more type-specific overloads and inner builder functions. The following example shows
554
all the key features:
0 commit comments