- increment(String) - Method in class org.json.JSONObject
-
Increment a property of a JSONObject.
- INSTANCE - Static variable in class org.json.stream.CollectionCollector
-
The singleton instance of this collector.
- INSTANCE - Static variable in class org.json.stream.JSONCollector
-
The singleton instance of this collector.
- INSTANCE - Static variable in class org.json.write.CompactWriterFactory
-
The singleton instance.
- isArrayDelimiter() - Method in enum org.json.stream.JSONStreamReader.ParseState
-
Is this state an array delimiter -- that is, either an
ARRAY or an END_ARRAY state.
- isBeginStructure() - Method in enum org.json.stream.JSONStreamReader.ParseState
-
Is this state a beginning of a JSON structure -- that is, one of
DOCUMENT, OBJECT, or ARRAY.
- isDocumentDelimiter() - Method in enum org.json.stream.JSONStreamReader.ParseState
-
Is this state a document delimiter -- that is, either a
DOCUMENT or an END_DOCUMENT state.
- isEmpty() - Method in class org.json.util.ALStack
-
Determine whether the stack is currently empty.
- isEmpty() - Method in interface org.json.util.SizedIterable
-
Determine whether the Iterable has any elements.
- isEndStructure() - Method in enum org.json.stream.JSONStreamReader.ParseState
-
Is this state an end of a JSON structure -- that is, one of
END_DOCUMENT, END_OBJECT, or END_ARRAY.
- isInternal() - Method in enum org.json.stream.JSONStreamReader.ParseState
-
Is this state an internal state -- that is, one that would not
be returned from the
nextState()
method.
- isNull(int) - Method in class org.json.JSONArray
-
Determine if the value is null.
- isNull(String) - Method in class org.json.JSONObject
-
Determine if the value associated with the key is null or if there is no
value.
- isObjectDelimiter() - Method in enum org.json.stream.JSONStreamReader.ParseState
-
Is this state an object delimiter -- that is, either an
OBJECT or an END_OBJECT state.
- isSeparator() - Method in enum org.json.stream.JSONStreamReader.ParseState
-
Is this state a separator -- that is, either a KEY_SEPARATOR
or a VALUE_SEPARATOR.
- isSimpleValue(Object) - Static method in class org.json.write.WriterUtil
-
Is this value a simple value for the purposes of writing a JSON structure.
- isText() - Method in enum org.json.stream.JSONStreamReader.ParseState
-
Is this state a text state -- that is, either a KEY or
a STRING_VALUE state.
- isValue() - Method in enum org.json.stream.JSONStreamReader.ParseState
-
Is this state a value state -- that is, one of NULL_VALUE,
BOOLEAN_VALUE, NUMBER_VALUE, or STRING_VALUE
- iterator() - Method in class org.json.JSONArray
-
- iterator() - Method in class org.json.util.ALStack
-
Returns an unmodifiable iterator over all the elements on the stack.