System.ClientModel.Primitives.JsonModel<T>
Helper class for JSON models implementing IJsonModel<T>.
protected JsonModel()
Converts the provided BinaryData into a model.
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.
Writes the model to the provided Utf8JsonWriter.