EZ JSON
by Nathanaël Cottin
A C D E G I J O P S T

G

get(String) - Method in class org.ezjson.JSONObject
 
getAsBoolean(JSONValue) - Static method in class org.ezjson.JSONDecoder
Attempts to get a JSON boolean from any JSON value (usually a JSON string) when the actual type of this JSON value is unknown.
getAsInteger(JSONValue) - Static method in class org.ezjson.JSONDecoder
Attempts to get a JSON integer from any JSON value (usually a JSON string) when the actual type of this JSON value is unknown.
getAsNumber(JSONValue) - Static method in class org.ezjson.JSONDecoder
Attempts to get a JSON number from any JSON value (usually a JSON string) when the actual type of this JSON value is unknown.
getAsReal(JSONValue) - Static method in class org.ezjson.JSONDecoder
Attempts to get a JSON real from any JSON value (usually a JSON string or a JSON integer) when the actual type of this JSON value is unknown.
getValue() - Method in class org.ezjson.JSONBoolean
 
getValue() - Method in class org.ezjson.JSONInteger
 
getValue() - Method in class org.ezjson.JSONReal
 
getValue() - Method in class org.ezjson.JSONString
 
getValues() - Method in class org.ezjson.JSONArray
Gets the current collection of values this array holds

EZ JSON
by Nathanaël Cottin
A C D E G I J O P S T