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 TypeMethodDescriptionJsonElement.asObject()Casts the element to an object.static JsonObjectJsonObject.fromJson(JsonReader jsonReader) Deserializes a JSON object from a JsonReader.JsonObject.setProperty(String key, boolean element) Sets the boolean value corresponding to the specified key.JsonObject.setProperty(String key, JsonElement element) Sets the JsonElement value corresponding to the specified key.JsonObject.setProperty(String key, Number element) Sets the number value corresponding to the specified key.JsonObject.setProperty(String key, String element) Sets the string value corresponding to the specified key.