Click or drag to resize

JSONParseResultErrorLine Property

The line number where the error occurred if the JSON source was not successfully parsed.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public int ErrorLine { get; set; }

Property Value

Type: Int32
See Also