We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a908df commit 924d399Copy full SHA for 924d399
docs/json.md
@@ -551,7 +551,7 @@ Note that the execution will fail if the structure of the data is otherwise diff
551
### Json element builders
552
553
You can construct instances of specific [JsonElement] subtypes using the respective builder functions
554
-[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
555
is similar to Kotlin standard library collection builders, but with a JSON-specific convenience
556
of more type-specific overloads and inner builder functions. The following example shows
557
all the key features:
0 commit comments