Json.skipValue

Skips the next JSON value if you are not interested.

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

Meta