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
O
object()
- Method in class org.json.me.
JSONWriter
Begin appending a new object.
opt(int)
- Method in class org.json.me.
JSONArray
Get the optional object value associated with an index.
opt(String)
- Method in class org.json.me.
JSONObject
Get an optional value associated with a key.
optBoolean(int)
- Method in class org.json.me.
JSONArray
Get the optional boolean value associated with an index.
optBoolean(int, boolean)
- Method in class org.json.me.
JSONArray
Get the optional boolean value associated with an index.
optBoolean(String)
- Method in class org.json.me.
JSONObject
Get an optional boolean associated with a key.
optBoolean(String, boolean)
- Method in class org.json.me.
JSONObject
Get an optional boolean associated with a key.
optInt(String)
- Method in class org.json.me.
JSONObject
Get an optional int value associated with a key, or zero if there is no such key or if the value is not a number.
optInt(String, int)
- Method in class org.json.me.
JSONObject
Get an optional int value associated with a key, or the default if there is no such key or if the value is not a number.
optJSONArray(int)
- Method in class org.json.me.
JSONArray
Get the optional JSONArray associated with an index.
optJSONArray(String)
- Method in class org.json.me.
JSONObject
Get an optional JSONArray associated with a key.
optJSONObject(int)
- Method in class org.json.me.
JSONArray
Get the optional JSONObject associated with an index.
optJSONObject(String)
- Method in class org.json.me.
JSONObject
Get an optional JSONObject associated with a key.
optLong(String)
- Method in class org.json.me.
JSONObject
Get an optional long value associated with a key, or zero if there is no such key or if the value is not a number.
optLong(String, long)
- Method in class org.json.me.
JSONObject
Get an optional long value associated with a key, or the default if there is no such key or if the value is not a number.
optString(int)
- Method in class org.json.me.
JSONArray
Get the optional string value associated with an index.
optString(int, String)
- Method in class org.json.me.
JSONArray
Get the optional string associated with an index.
optString(String)
- Method in class org.json.me.
JSONObject
Get an optional string associated with a key.
optString(String, String)
- Method in class org.json.me.
JSONObject
Get an optional string associated with a key.
org.json.me
- package org.json.me
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