Table of Contents

Interface IJsonLineInfo

Namespace
Newtonsoft.Json
Assembly
Newtonsoft.Json.dll
public interface IJsonLineInfo
Extension Methods

Properties

LineNumber

int LineNumber { get; }

Property Value

int

LinePosition

int LinePosition { get; }

Property Value

int

Methods

HasLineInfo()

bool HasLineInfo()

Returns

bool