JSONParseResult.errorLine

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

  1. long errorLine [@property getter]
    struct JSONParseResult
    @nogc nothrow @property
    long
    errorLine
    ()
  2. long errorLine [@property setter]

Meta