Function JSONParseResult.errorLine
The line number where the error occurred if JSON source was not successfully parsed.
long errorLine() nothrow @property @nogc;
void errorLine
(
long v
) nothrow @property @nogc;