|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JSONNull | |
---|---|
net.sf.json | The core of the library |
net.sf.json.test | Testing utilities |
Uses of JSONNull in net.sf.json |
---|
Methods in net.sf.json that return JSONNull | |
---|---|
static JSONNull |
JSONNull.getInstance()
Returns the singleton instance of JSONNull |
Methods in net.sf.json with parameters of type JSONNull | |
---|---|
JSONArray |
JSONArray.element(JSONNull value)
Append an JSON value. |
Uses of JSONNull in net.sf.json.test |
---|
Methods in net.sf.json.test with parameters of type JSONNull | |
---|---|
static void |
JSONAssert.assertEquals(JSONNull expected,
String actual)
Asserts that two JSONNulls are equal. |
static void |
JSONAssert.assertEquals(String expected,
JSONNull actual)
Asserts that two JSONNulls are equal. |
static void |
JSONAssert.assertEquals(String message,
JSONNull expected,
String actual)
Asserts that two JSONNulls are equal. |
static void |
JSONAssert.assertEquals(String message,
String expected,
JSONNull actual)
Asserts that two JSONNulls are equal. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |