fast ~master (2019-01-11T17:14:26Z)
Home
Dub
Repo
Json.opApply
fast
json
Json
Iterate over a JSON array via
foreach
.
struct
Json
(uint vl = validateUsed, bool validateUtf8 = vl > trustedSource)
int
opApply
(
scope
int
delegate
(
const
size_t
)
foreachBody
)
if
(
vl
>
trustedSource
||
!
validateUtf8
)
Meta
Source
See Implementation
fast
json
Json
aliases
opDispatch
constructors
this
functions
borrowString
keySwitch
opApply
read
readNull
skipValue
postblits
this(this)
properties
byKey
peek
singleKey
state
Iterate over a JSON array via foreach.