Package com.azure.json.models
package 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.
-
ClassesClassDescriptionModel representing a JSON array.Model representing a JSON boolean value.Interface defining methods that all JSON types must implement.Model representing a JSON null value.Class representing the JSON number typeClass representing the JSON object type.Class representing the JSON string type