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

pl.jalokim.propertiestojson.Constants Maven / Gradle / Ivy

There is a newer version: 5.3.0
Show newest version
package pl.jalokim.propertiestojson;

public class Constants {

    public static final String NORMAL_DOT = ".";
    public static final String REGEX_DOT = "\\.";
    public static final String EMPTY_STRING = "";
    public static final String NEW_LINE_SIGN = ",";
    public static final String SIMPLE_ARRAY_DELIMITER = ",";
    public static final String JSON_OBJECT_START = "{";
    public static final String JSON_OBJECT_END = "}";
    public static final String ARRAY_START_SIGN = "[";
    public static final String ARRAY_END_SIGN = "]";
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy