Package io.kjson
Object JSONString.Companion
-
- All Implemented Interfaces:
public class JSONString.Companion
-
-
Field Summary
Fields Modifier and Type Field Description private final JSONStringEMPTYpublic final static JSONString.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final JSONStringof(CharSequence s)Create a JSONString from the given CharSequence. final JSONStringgetEMPTY()An empty JSONString. -
-
Method Detail
-
of
final JSONString of(CharSequence s)
Create a JSONString from the given CharSequence.
-
getEMPTY
final JSONString getEMPTY()
An empty JSONString.
-
-
-
-