libdjson ~master (2022-03-23T15:06:24.9383917)
Dub
Repo
JSONType.opApply
libdjson
json
JSONType
Allow foreach over the object with string key and ref value.
int
opApply
(int delegate(ref string, ref JSONType) dg)
class
JSONType
int
opApply
(
int
delegate
(
ref
string
,
ref
JSONType
)
dg
)
int
opApply
(int delegate(ref ulong, ref JSONType) dg)
int
opApply
(int delegate(ref JSONType) dg)
Meta
Source
See Implementation
libdjson
json
JSONType
functions
opApply
opIn_r
opIndex
parse
toJSONArray
toJSONBoolean
toJSONNull
toJSONNumber
toJSONObject
toJSONString
toPrettyString
toString
Allow foreach over the object with string key and ref value.