Package | Description |
---|---|
org.kordamp.json |
The core of the library
|
org.kordamp.json.test |
Testing utilities
|
Modifier and Type | Method and Description |
---|---|
static JSONFunction |
JSONFunction.parse(String str)
Constructs a JSONFunction from a text representation
|
Modifier and Type | Method and Description |
---|---|
static void |
JSONAssert.assertEquals(JSONFunction expected,
String actual)
Asserts that two JSONFunctions are equal.
|
static void |
JSONAssert.assertEquals(String expected,
JSONFunction actual)
Asserts that two JSONFunctions are equal.
|
static void |
JSONAssert.assertEquals(String message,
JSONFunction expected,
String actual)
Asserts that two JSONFunctions are equal.
|
static void |
JSONAssert.assertEquals(String message,
String expected,
JSONFunction actual)
Asserts that two JSONFunctions are equal.
|