Json.readNull

Reads null off the JSON text.

struct Json(ALLOC, uint vl = validateUsed, bool validateUtf8 = vl > trustedSource)
nothrow @trusted
typeof(null)
readNull
()
if (
(
vl > trustedSource ||
!validateUtf8
)
)

Meta