All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.json.compare.CompareMode Maven / Gradle / Ivy

There is a newer version: 7.0
Show newest version
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