Json.readNull

Reads null off the JSON text.

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

Meta