Uses of Class
io.github.grumpystuff.grumpyjson.json_model.JsonArray
Packages that use JsonArray
-
Uses of JsonArray in io.github.grumpystuff.grumpyjson.json_model
Methods in io.github.grumpystuff.grumpyjson.json_model that return JsonArrayModifier and TypeMethodDescriptionstatic JsonArrayJsonArray.of(JsonElement... elements) Creates an instance of this class from elements passed as varargs.static JsonArrayJsonArray.of(List<JsonElement> elements) Creates an instance of this class from aListcontaining the elements of the JSON array.