Uses of Interface
com.azure.core.experimental.serializer.JsonObject
-
Packages that use JsonObject Package Description com.azure.core.experimental.serializer Package containing experimental serializer interfaces. -
-
Uses of JsonObject in com.azure.core.experimental.serializer
Methods in com.azure.core.experimental.serializer that return JsonObject Modifier and Type Method Description JsonObjectJsonObject. put(String name, JsonNode jsonNode)Puts aJsonNodefield with the specified name into the object.
-