Uses of Class
com.azure.json.models.JsonNumber
Packages that use JsonNumber
Package
Description
This package contains models for representing JSON as a tree structure.
-
Uses of JsonNumber in com.azure.json.models
Methods in com.azure.json.models that return JsonNumberModifier and TypeMethodDescriptionJsonElement.asNumber()Casts the element to a number.static JsonNumberJsonNumber.fromJson(JsonReader jsonReader) Deserializes a JSON number from a JsonReader.