phobos ~master (2024-10-03T07:50:27Z)
Dub
Repo
JSONValue.opApply
std
json
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
std
json
JSONValue
constructors
this
functions
opApply
opBinaryRight
opEquals
opIndex
opIndexAssign
toPrettyString
toString
manifest constants
emptyArray
emptyObject
properties
array
arrayNoRef
boolean
floating
get
integer
isNull
object
objectNoRef
str
type
uinteger
Implements the foreach opApply interface for json objects.