
io.json.compare.CompareMode 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 enum CompareMode {
JSON_OBJECT_NON_EXTENSIBLE,
JSON_ARRAY_NON_EXTENSIBLE,
JSON_ARRAY_STRICT_ORDER,
REGEX_DISABLED
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy