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
The element to parse.
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.
The surrounding namespace, if any.
Return type
To be added.