Class GsonJsonArray

java.lang.Object
com.github.wnameless.json.base.GsonJsonArray
All Implemented Interfaces:
Jsonable, JsonArrayBase<GsonJsonValue>, JsonArrayCore<GsonJsonValue>, JsonSource, JsonValueBase<GsonJsonValue>, JsonValueCore<GsonJsonValue>, Iterable<GsonJsonValue>

public final class GsonJsonArray extends Object implements JsonArrayCore<GsonJsonValue>
The GSON implementation of JsonArrayCore.
Author:
Wei-Ming Wu