Json.skipValue

Skips the next JSON value if you are not interested.

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

Meta