Uses of Class
com.azure.json.models.JsonObject
Packages that use JsonObject
Package
Description
This package contains models for representing JSON as a tree structure.
-
Uses of JsonObject in com.azure.json.models
Methods in com.azure.json.models that return JsonObjectModifier and TypeMethodDescriptionstatic JsonObjectJsonObject.fromJson(JsonReader jsonReader) Deserializes a JSON object from a JsonReader.JsonObject.setProperty(String key, JsonElement element) Sets the JsonElement value corresponding to the specified key.