
JSON.ElementLists.ElementArrayReference Maven / Gradle / Ivy
package JSON.ElementLists;
import JSON.structures.Element;
public class ElementArrayReference {
public Element[] array;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy
package JSON.ElementLists;
import JSON.structures.Element;
public class ElementArrayReference {
public Element[] array;
}