Uses of Class
org.kordamp.json.JSONFunction
Packages that use JSONFunction
Package
Description
The core of the library
Testing utilities
-
Uses of JSONFunction in org.kordamp.json
Methods in org.kordamp.json that return JSONFunctionModifier and TypeMethodDescriptionstatic JSONFunction
Constructs a JSONFunction from a text representation -
Uses of JSONFunction in org.kordamp.json.test
Methods in org.kordamp.json.test with parameters of type JSONFunctionModifier and TypeMethodDescriptionstatic 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.