JSONParseResult.errorLine

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

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

Meta