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 b0f0d92 commit 55c4c20Copy full SHA for 55c4c20
docs/json.md
@@ -334,7 +334,7 @@ unstructured data that it does not readily fit into the typesafe world of Kotlin
334
335
### Parsing to Json element
336
337
-A string can _parsed_ into an instance of [JsonElement] with the [Json.parseToJsonElement] function.
+A string can be _parsed_ into an instance of [JsonElement] with the [Json.parseToJsonElement] function.
338
It is called neither decoding nor deserialization, because none of that happens in the process.
339
Only JSON parser is being used here.
340
0 commit comments