Package | Description |
---|---|
com.xdestx.json |
Modifier and Type | Class and Description |
---|---|
class |
JBoolean
A boolean wrapper class.
|
class |
JNumber
A Number wrapper.
|
class |
JSONObject
JSON Object Wrapper class
|
class |
JString
A String wrapper class
|
Modifier and Type | Method and Description |
---|---|
JOk[] |
JSONObject.getArray(java.lang.String s)
Retrieve an array from the Key.
|
Modifier and Type | Method and Description |
---|---|
void |
JSONObject.put(java.lang.String s,
JOk j)
Map an unknown accepted object to a String
|
void |
JSONObject.put(java.lang.String s,
JOk[] arr)
Map an array of JSONObject accepted objects to a String
|
Constructor and Description |
---|
JSONObject(java.util.Map<java.lang.String,JOk> objectMap)
Construct a JSON Object with the specified attributes
|