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

JSON.structures.ElementType Maven / Gradle / Ivy

package JSON.structures;

public class ElementType {
    public char[] name;

    /*
    object,
    array,
    string,
    number,
    booleanValue,
    nullValue,
     */

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy