| Constructor and Description |
|---|
JsonDiff() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
compare(String fromObject,
String toObject) |
protected boolean |
compareBasicObjects(Object fromString,
Object toString,
String key) |
protected boolean |
compareJsonArrays(net.minidev.json.JSONArray fromJson,
net.minidev.json.JSONArray toJson,
String path) |
protected boolean |
compareJsonObjects(net.minidev.json.JSONObject fromJson,
net.minidev.json.JSONObject toJson,
String key2) |
protected boolean |
compareObjects(Object fromObject,
Object toObject,
String path) |
protected net.minidev.json.JSONObject |
loadJSON(String json) |
protected net.minidev.json.JSONObject loadJSON(String json)
protected boolean compareJsonObjects(net.minidev.json.JSONObject fromJson,
net.minidev.json.JSONObject toJson,
String key2)
protected boolean compareJsonArrays(net.minidev.json.JSONArray fromJson,
net.minidev.json.JSONArray toJson,
String path)
Copyright © 2014. All rights reserved.