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 21c9e97 commit 1758faaCopy full SHA for 1758faa
formats/json/commonMain/src/kotlinx/serialization/json/JsonElement.kt
@@ -36,7 +36,7 @@ public sealed class JsonPrimitive : JsonElement() {
36
* Indicates whether the primitive was explicitly constructed from [String] and
37
* whether it should be serialized as one. E.g. `JsonPrimitive("42")` is represented
38
* by a string, while `JsonPrimitive(42)` is not.
39
- * These primitives will be serialized as `42` and `"42"` respectively.
+ * These primitives will be serialized as `"42"` and `42` respectively.
40
*/
41
public abstract val isString: Boolean
42
0 commit comments