JSONErrorLine()
Syntax
Result = JSONErrorLine()Description
Returns the line number within the JSON input of the last failed JSON parsing operation with ParseJSON(), CatchJSON() or LoadJSON().
Parameters
None.
Return value
The line number (1-based) of the last JSON parser error.
See Also
JSONErrorPosition(), JSONErrorMessage(), ParseJSON(), CatchJSON(), LoadJSON()
Supported OS
All