| Package | Description |
|---|---|
| net.sf.json |
The core of the library
|
| net.sf.json.test |
Testing utilities
|
| Modifier and Type | Method | Description |
|---|---|---|
static JSONFunction |
JSONFunction.parse(String str) |
Constructs a JSONFunction from a text representation
|
| Modifier and Type | Method | Description |
|---|---|---|
static void |
JSONAssert.assertEquals(String message,
String expected,
JSONFunction 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(JSONFunction expected,
String actual) |
Asserts that two JSONFunctions are equal.
|
Copyright © 2006–2019 Json-lib. All rights reserved.