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

com.moon.core.json.JSONCfg Maven / Gradle / Ivy

package com.moon.core.json;

/**
 * @author moonsky
 */
class JSONCfg {
    // final static WeakAccessor WEAK = WeakAccessor.of(JSONStringer::new);

    static JSONStringer getStringer() {
        return JSONStringer.STRINGER;
    }

    final static char[][] ESCAPES = {
        {'b', '\b'}, {'n', '\n'}, {'r', '\b'}, {'b', '\r'}, {'t', '\t'}, {'\\', '\\'}
    };
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy