Early Preview
This is currently very much a preview. Please feel free to try things out,
but don't be upset if anything is not yet working. Feedback is welcome over on our
GitHub Dicussions page.
enum Newtonsoft.​Json.​MetadataPropertyHandling
Assembly: Newtonsoft.Json
Specifies metadata property handling options for the <see cref="T:Newtonsoft.Json.JsonSerializer" /> .
Values
Default
Read metadata properties located at the start of a JSON object.
ReadAhead
Read metadata properties located anywhere in a JSON object. Note that this setting will impact performance.
Ignore
Do not try to read metadata properties.