
io.json.compare.JsonComparator Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of json-compare Show documentation
Show all versions of json-compare Show documentation
Java library for comparing JSONs
package io.json.compare;
public interface JsonComparator {
boolean compareValues(Object expected, Object actual);
boolean compareFields(String expected, String actual);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy