-
- All Implemented Interfaces:
-
io.kjson.JSONPrimitive,io.kjson.JSONValue,kotlin.CharSequence
public final class JSONString implements JSONPrimitive<String>, CharSequence
A JSON string value.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classJSONString.Companion
-
Constructor Summary
Constructors Constructor Description JSONString(String value)
-
Method Summary
-
-
Constructor Detail
-
JSONString
JSONString(String value)
-
-
Method Detail
-
subSequence
JSONString subSequence(Integer startIndex, Integer endIndex)
-
appendTo
Unit appendTo(Appendable a)
-
-
-
-