Uses of Interface
org.json.JSONString
-
Packages that use JSONString Package Description org.skyscreamer.jsonassert -
-
Uses of JSONString in org.skyscreamer.jsonassert
Methods in org.skyscreamer.jsonassert with parameters of type JSONString Modifier and Type Method Description static JSONCompareResultJSONCompare. compareJson(JSONString expected, JSONString actual)ComparesJSONStringprovided to the expectedJSONString, checking that thetoJSONString()are equal.
-