You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
java.lang.NoClassDefFoundError: org/json/JSONException
at org.skyscreamer.jsonassert.JSONCompare.compareJSON(JSONCompare.java:49)
at org.skyscreamer.jsonassert.JSONCompare.compareJSON(JSONCompare.java:125)
Using JSONAssert library produces the compilation error seen below if 'org.json:json' was not added as a dependency too.
If 'org.json:json' is required for JSONAssert usage it should be declared as a compilation dependency.
The text was updated successfully, but these errors were encountered: