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

JSON.structures.ElementType Maven / Gradle / Ivy

There is a newer version: 3.2.26
Show newest version
package JSON.structures;

public class ElementType {
    public char[] name;

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

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy