JSONParseResult.errorString

The error message if the JSON source was not successfully parsed. See the error constants.

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

Meta