- SerieConverterInterface - Interface in org.vostok.json
-
SerieConverterInterface should be used by class that would render as js array.
- setLocale(Locale) - Static method in class org.vostok.json.JSONContext
-
set locale ANY instances will use. default to system locale
- setObject(Object) - Method in class org.vostok.json.converter.AbstractIterable
-
- setObject(Object) - Method in interface org.vostok.json.SerieConverterInterface
-
used while marshalling
set java object to iterate into. subsequence call to next will be made to return each childs
- ShortConverter - Class in org.vostok.json.converter
-
- ShortConverter() - Constructor for class org.vostok.json.converter.ShortConverter
-
- skipTo(char) - Method in class org.json.JSONTokener
-
Skip characters until the next character is the requested character.
- sortedKeys() - Method in class org.json.JSONObject
-
Get an enumeration of the keys of the JSONObject.
- SourceFormatException - Exception in org.vostok.json
-
throw when detect an error on json source data (type open {, ", etc..)
- SourceFormatException() - Constructor for exception org.vostok.json.SourceFormatException
-
Creates a new instance of SourceFormatException
without detail message.
- SourceFormatException(String) - Constructor for exception org.vostok.json.SourceFormatException
-
Constructs an instance of SourceFormatException
with the specified detail message.
- StackConverter - Class in org.vostok.json.converter
-
- StackConverter() - Constructor for class org.vostok.json.converter.StackConverter
-
- StringConverter - Class in org.vostok.json.converter
-
- StringConverter() - Constructor for class org.vostok.json.converter.StringConverter
-
- stringToValue(String) - Static method in class org.json.JSONObject
-
Try to convert a string into a number, boolean, or null.
- syntaxError(String) - Method in class org.json.JSONTokener
-
Make a JSONException to signal a syntax error.