structjson ~master (2022-02-10T12:33:58Z)
Dub
Repo
JSONValue.opApply
structjson
JSONValue
Implements the foreach
opApply
interface for json objects.
int
opApply
(int delegate(size_t index, ref JSONValue) dg)
int
opApply
(int delegate(string key, ref JSONValue) dg)
struct
JSONValue
@
system
int
opApply
(
scope
int
delegate
(
string
key
,
ref
JSONValue
)
dg
)
Meta
Source
See Implementation
structjson
JSONValue
constructors
this
functions
opApply
opAssign
opBinary
opBinaryRight
opEquals
opIndex
opIndexAssign
opOpAssign
toPrettyString
toString
properties
array
arrayNoRef
boolean
floating
get
integer
isNull
object
objectNoRef
str
type
uinteger
structs
Store
Implements the foreach opApply interface for json objects.