Read method

Reads a schema from a JSON token.
Signature
public override Chr.Avro.Representation.IJsonSchemaReadResult Read (System.Text.Json.JsonElement element, System.Collections.Concurrent.ConcurrentDictionary<string,Chr.Avro.Abstract.Schema> cache, string scope);

Parameters

JsonElement element
The element to parse.
ConcurrentDictionary<string, Schema> cache
An optional schema cache. The cache is populated as the schema is read and can be used to provide schemas for certain names or cache keys.
string scope
The surrounding namespace, if any.

Return type

IJsonSchemaReadResult
To be added.
Chr.Avro