Package | Description |
---|---|
net.sf.json |
The core of the library
|
net.sf.json.test |
Testing utilities
|
Modifier and Type | Method | Description |
---|---|---|
static JSONNull |
JSONNull.getInstance() |
Returns the singleton instance of JSONNull
|
Modifier and Type | Method | Description |
---|---|---|
JSONArray |
JSONArray.element(JSONNull value) |
Append an JSON value.
|
Modifier and Type | Method | Description |
---|---|---|
static void |
JSONAssert.assertEquals(String message,
String expected,
JSONNull 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(JSONNull expected,
String actual) |
Asserts that two JSONNulls are equal.
|
Copyright © 2006–2019 Json-lib. All rights reserved.