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

JSON.ElementLists.ElementArrayReference Maven / Gradle / Ivy

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

import JSON.structures.Element;

public class ElementArrayReference {
    public Element[] array;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy