Skip navigation links
C G J M P T 

J

JBoolean - Class in com.xdestx.json
A boolean wrapper class.
JBoolean(boolean) - Constructor for class com.xdestx.json.JBoolean
Construct a boolean object
JNumber - Class in com.xdestx.json
A Number wrapper.
JNumber(double) - Constructor for class com.xdestx.json.JNumber
Construct a number using a double
JNumber(Number) - Constructor for class com.xdestx.json.JNumber
Construct a number using Number
JNumber(int) - Constructor for class com.xdestx.json.JNumber
Construct a number using an int
JNumber(float) - Constructor for class com.xdestx.json.JNumber
Construct a number using a float
JNumber(short) - Constructor for class com.xdestx.json.JNumber
Constructa number using a short
JNumber(long) - Constructor for class com.xdestx.json.JNumber
Construct a number using a long (Converted to a double, use caution)
JOk - Interface in com.xdestx.json
An interface representing an object which is compatible with JSONObjects
JSONObject - Class in com.xdestx.json
JSON Object Wrapper class
JSONObject(Map<String, JOk>) - Constructor for class com.xdestx.json.JSONObject
Construct a JSON Object with the specified attributes
JSONObject() - Constructor for class com.xdestx.json.JSONObject
Create an empty JSON Object
JString - Class in com.xdestx.json
A String wrapper class
JString(String) - Constructor for class com.xdestx.json.JString
Construct a JString object with the specified String
C G J M P T 
Skip navigation links