TMemberIgnoredProc Anonymous method
Callback invoked when a JSON member is ignored during deserialization.
Remarks
MemberName is the name of the ignored JSON member and Path is the JSON path where the member was encountered.
Syntax
Unit: Bcl.Json.Converters
TMemberIgnoredProc = reference to procedure(const MemberName: string; const Path: string);