GetFields method

Extracts the fields from a record schema.
Signature
protected virtual System.Collections.Generic.IEnumerable<System.Text.Json.JsonElement> GetFields (System.Text.Json.JsonElement element);

Parameters

JsonElement element
To be added.

Return type

IEnumerable<JsonElement>
To be added.
Chr.Avro