Uses of Class
com.azure.json.models.JsonArray
Packages that use JsonArray
Package
Description
This package contains models for representing JSON as a tree structure.
-
Uses of JsonArray in com.azure.json.models
Methods in com.azure.json.models that return JsonArrayModifier and TypeMethodDescriptionJsonArray.addElement(int index, JsonElement element) Adds a JsonElement to the JSON array at the specified index.JsonArray.addElement(JsonElement element) Adds a JsonElement to the JSON array.static JsonArrayJsonArray.fromJson(JsonReader jsonReader) Deserializes a JSON array from a JsonReader.JsonArray.setElement(int index, JsonElement element) Sets a specified JsonElement object at a specified index within the JsonArray.