- skipPast(String) - Method in class org.json.me.util.XMLTokener
-
Skip characters until past the requested string.
- skipTo(char) - Method in class org.json.me.JSONTokener
-
Skip characters until the next character is the requested character.
- SLASH - Static variable in class org.json.me.util.XML
-
The Character '/'.
- stringToValue(String) - Static method in class org.json.me.JSONObject
-
Try to convert a string into a number, boolean, or null.
- StringWriter - Class in org.json.me
-
- StringWriter() - Constructor for class org.json.me.StringWriter
-
Deprecated.
- StringWriter(int) - Constructor for class org.json.me.StringWriter
-
Deprecated.
- syntaxError(String) - Method in class org.json.me.JSONTokener
-
Make a JSONException to signal a syntax error.
- syntaxError(String, Throwable) - Method in class org.json.me.JSONTokener
-
Make a JSONException to signal a syntax error.