Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
Y
N
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.
nextClean()
- Method in class org.json.me.
JSONTokener
Get the next char in the string, skipping whitespace and comments (slashslash, slashstar, and hash).
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 delimeter characters or the end of line, whichever comes first.
nextValue()
- Method in class org.json.me.
JSONTokener
Get the next value.
NORWEGIAN
- Static variable in class com.google.api.javame.
Language
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.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
Y