|
2 | 2 | <!--NewPage--> |
3 | 3 | <HTML> |
4 | 4 | <HEAD> |
5 | | -<!-- Generated by javadoc (build 1.6.0_51) on Thu Oct 24 07:30:45 EDT 2013 --> |
| 5 | +<!-- Generated by javadoc (build 1.6.0_51) on Tue Dec 31 10:08:48 EST 2013 --> |
6 | 6 | <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
7 | 7 | <TITLE> |
8 | | -Index (JSONassert 1.2.2-SNAPSHOT API) |
| 8 | +Index (JSONassert 1.2.3-SNAPSHOT API) |
9 | 9 | </TITLE> |
10 | 10 |
|
11 | | -<META NAME="date" CONTENT="2013-10-24"> |
| 11 | +<META NAME="date" CONTENT="2013-12-31"> |
12 | 12 |
|
13 | 13 | <LINK REL ="stylesheet" TYPE="text/css" HREF="./stylesheet.css" TITLE="Style"> |
14 | 14 |
|
15 | 15 | <SCRIPT type="text/javascript"> |
16 | 16 | function windowTitle() |
17 | 17 | { |
18 | 18 | if (location.href.indexOf('is-external=true') == -1) { |
19 | | - parent.document.title="Index (JSONassert 1.2.2-SNAPSHOT API)"; |
| 19 | + parent.document.title="Index (JSONassert 1.2.3-SNAPSHOT API)"; |
20 | 20 | } |
21 | 21 | } |
22 | 22 | </SCRIPT> |
|
209 | 209 | Static method in class org.skyscreamer.jsonassert.<A HREF="./org/skyscreamer/jsonassert/JSONCompare.html" title="class in org.skyscreamer.jsonassert">JSONCompare</A> |
210 | 210 | <DD>Compares JSON object provided to the expected JSON object using provided comparator, and returns the results of |
211 | 211 | the comparison. |
| 212 | +<DT><A HREF="./org/skyscreamer/jsonassert/JSONCompare.html#compareJson(org.json.JSONString, org.json.JSONString)"><B>compareJson(JSONString, JSONString)</B></A> - |
| 213 | +Static method in class org.skyscreamer.jsonassert.<A HREF="./org/skyscreamer/jsonassert/JSONCompare.html" title="class in org.skyscreamer.jsonassert">JSONCompare</A> |
| 214 | +<DD>Compares <CODE>JSONString</CODE> provided to the expected <code>JSONString</code>, checking that the |
| 215 | + <CODE>JSONString.toJSONString()</CODE> are equal. |
212 | 216 | <DT><A HREF="./org/skyscreamer/jsonassert/JSONCompare.html#compareJSON(java.lang.String, java.lang.String, org.skyscreamer.jsonassert.JSONCompareMode)"><B>compareJSON(String, String, JSONCompareMode)</B></A> - |
213 | 217 | Static method in class org.skyscreamer.jsonassert.<A HREF="./org/skyscreamer/jsonassert/JSONCompare.html" title="class in org.skyscreamer.jsonassert">JSONCompare</A> |
214 | 218 | <DD>Compares JSON string provided to the expected JSON string, and returns the results of the comparison. |
|
0 commit comments