JsonBlockLineNumber Property

Gets or sets the line number associated with the JSON block.

Definition

Namespace: GenerativeAI.Core
Assembly: GenerativeAI (in GenerativeAI.dll) Version: 2.0.2+aa51399cad6d90cc71158d589a6268608b3c1893
C#
public int LineNumber { get; set; }

Property Value

Int32

Remarks

This property represents the specific line number in a source or context that corresponds to the JSON data represented by the object.

See Also