<PackageReference Include="System.Text.Json" Version="8.0.0" />

ReadStack

struct ReadStack
public long BytesConsumed

public bool PreserveReferences

public bool ReadAhead

public string ReferenceId

public bool SupportContinuation

public bool IsContinuation { get; }

public ref ReadStackFrame Parent { get; }

public void ExitPolymorphicConverter(bool success)

public string JsonPath()

public void Pop(bool success)

public void Push()