JSONParseResult.errorString

The error message if JSON source was not successfully parsed. See @GlobalScope ERR_* constants.

  1. String errorString [@property getter]
    struct JSONParseResult
    @nogc nothrow @property
    String
    errorString
    ()
  2. String errorString [@property setter]

Meta