Json.peek

Returns the type of data that is up next in the JSON text.

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

Meta