com.azure.json.models

This package contains models for representing JSON as a tree structure.

The model representation of JSON allows for more convenient manipulation of JSON data while still providing strong typing and validation. Rather than performing string manipulation to modify JSON data, the tree model allows for manipulation using types with well-defined properties and methods.

Classes

JsonArray

Model representing a JSON array.

JsonBoolean

Model representing a JSON boolean value.

JsonElement

Interface defining methods that all JSON types must implement.

JsonNull

Model representing a JSON null value.

JsonNumber

Class representing the JSON number type

JsonObject

Class representing the JSON object type.

JsonString

Class representing the JSON string type