<PackageReference Include="Newtonsoft.Json" Version="8.0.2" />

JsonTextReader

Represents a reader that provides fast, non-cached, forward-only access to JSON text data.
public IArrayPool<char> ArrayPool { get; set; }

Gets or sets the reader's character buffer pool.

public int LineNumber { get; }

Gets the current line number.

public int LinePosition { get; }

Gets the current line position.

public JsonTextReader(TextReader reader)

Initializes a new instance of the JsonReader class with the specified TextReader.

public bool HasLineInfo()

Gets a value indicating whether the class can return line information.