<PackageReference Include="newtonsoft.json" Version="3.5.8" />

IJsonLineInfo

public interface IJsonLineInfo
Provides an interface to enable a class to return line and position information.
int LineNumber { get; }

Gets the current line number.

int LinePosition { get; }

Gets the current line position.

bool HasLineInfo()

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