Package | Description |
---|---|
net.sf.json |
The core of the library
|
net.sf.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.
|
Copyright © 2006–2018 Json-lib. All rights reserved.