JSONParseResult.errorString

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

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

Meta