libwasm ~master (2024-01-10T15:05:21Z)
Dub
Repo
Json.skipValue
fast
json
Json
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
Source
See Implementation
fast
json
Json
aliases
opDispatch
constructors
this
destructors
~this
functions
borrowString
keySwitch
opApply
read
readNull
skipValue
postblits
this(this)
properties
byKey
hasError
peek
singleKey
state
Skips the next JSON value if you are not interested.