Defines a simple interface for a list/array. When used with DTOs: On the client it is safe to cast this to a {@link com.google.collide.json.client.JsoArray}. Native to JavaScript "sparse" arrays are not supported. On the server, this is an instance of {@link com.google.collide.json.server.JsonArrayListAdapter} whichis a wrapper around a List.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.