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