Uses of Class
com.azure.json.models.JsonNull
Packages that use JsonNull
Package
Description
This package contains models for representing JSON as a tree structure.
-
Uses of JsonNull in com.azure.json.models
Methods in com.azure.json.models that return JsonNullModifier and TypeMethodDescriptionJsonElement.asNull()Casts the element to a null.static JsonNullJsonNull.fromJson(JsonReader jsonReader) Deserializes a JSON null from a JsonReader.static JsonNullJsonNull.getInstance()Gets the instance of the JsonNull class.