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(java.lang.String str)
Constructs a JSONFunction from a text representation
|
Modifier and Type | Method and Description |
---|---|
static void |
JSONAssert.assertEquals(JSONFunction expected,
java.lang.String actual)
Asserts that two JSONFunctions are equal.
|
static void |
JSONAssert.assertEquals(java.lang.String expected,
JSONFunction actual)
Asserts that two JSONFunctions are equal.
|
static void |
JSONAssert.assertEquals(java.lang.String message,
JSONFunction expected,
java.lang.String actual)
Asserts that two JSONFunctions are equal.
|
static void |
JSONAssert.assertEquals(java.lang.String message,
java.lang.String expected,
JSONFunction actual)
Asserts that two JSONFunctions are equal.
|
Copyright © 2006-2013 Json-lib. All Rights Reserved.