Json.hasError

Undocumented in source. Be warned that the author may not have intended to support it.
struct Json(ALLOC, uint vl = validateUsed, bool validateUtf8 = vl > trustedSource)
nothrow @trusted @property
bool
hasError
()
if (
(
vl > trustedSource ||
!validateUtf8
)
)

Meta