- names() - Method in class org.json.me.JSONObject
-
Produce a JSONArray containing the names of the elements of this JSONObject.
- next() - Method in class org.json.me.JSONTokener
-
Get the next character in the source string.
- next(char) - Method in class org.json.me.JSONTokener
-
Consume the next character, and check that it matches a specified character.
- next(int) - Method in class org.json.me.JSONTokener
-
Get the next n characters.
- nextCDATA() - Method in class org.json.me.util.XMLTokener
-
Get the text in the CDATA block.
- nextClean() - Method in class org.json.me.JSONTokener
-
Get the next char in the string, skipping whitespace.
- nextContent() - Method in class org.json.me.util.XMLTokener
-
Get the next XML outer token, trimming whitespace.
- nextEntity(char) - Method in class org.json.me.util.XMLTokener
-
Return the next entity.
- nextMeta() - Method in class org.json.me.util.XMLTokener
-
Returns the next XML meta token.
- nextString(char) - Method in class org.json.me.JSONTokener
-
Return the characters up to the next close quote character.
- nextTo(char) - Method in class org.json.me.JSONTokener
-
Get the text up but not including the specified character or the end of line, whichever comes first.
- nextTo(String) - Method in class org.json.me.JSONTokener
-
Get the text up but not including one of the specified delimiter characters or the end of line, whichever comes
first.
- nextToken() - Method in class org.json.me.util.XMLTokener
-
Get the next XML Token.
- nextValue() - Method in class org.json.me.JSONTokener
-
Get the next value.
- NULL - Static variable in class org.json.me.JSONObject
-
It is sometimes more convenient and less ambiguous to have a NULL
object than to use Java's
null
value.
- numberToString(Object) - Static method in class org.json.me.JSONObject
-
Produce a string from a Number.