
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