Json.peek

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

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

Meta