- value(boolean) - Method in class org.json.JSONWriter
-
Append either the value true
or the value
false
.
- value(double) - Method in class org.json.JSONWriter
-
Append a double value.
- value(long) - Method in class org.json.JSONWriter
-
Append a long value.
- value(Object) - Method in class org.json.JSONWriter
-
Append an object value.
- valueOf(String) - Static method in enum org.json.JSONTokener.JSONToken
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.json.stream.JSONLexer.Token
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.json.stream.JSONStreamReader.ParseState
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.json.JSONTokener.JSONToken
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values(Iterable<?>) - Method in class org.json.JSONWriter
-
Append a sequence of values into an array.
- values() - Static method in enum org.json.stream.JSONLexer.Token
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.json.stream.JSONStreamReader.ParseState
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- valueToString(Object) - Static method in class org.json.JSONObject
-
Make a JSON text of an Object value.