ocean v6.2.0 (2021-12-09T10:56:40Z)
Home
Dub
Repo
JsonParserIter.opApply
ocean
text
json
JsonParserIter
JsonParserIter
'foreach' iteration over type/value pairs in the current content
int
opApply
(int delegate(ref Token type, ref cstring value) dg)
class
JsonParserIter
(bool AllowNaN = false)
int
opApply
(
scope
int
delegate
(
ref
Token
type
,
ref
cstring
value
)
dg
)
int
opApply
(int delegate(ref Token type, ref cstring name, ref cstring value) dg)
Meta
Source
See Implementation
ocean
text
json
JsonParserIter
JsonParserIter
aliases
Token
enums
TokenClass
functions
nesting
nextNamed
nextNamedBool
nextNamedNumber
nextNamedObject
nextNamedString
nextType
opApply
opCall
skip
token_class
static variables
nestings
token_classes
type_description
'foreach' iteration over type/value pairs in the current content