vson ~master (2015-03-22T05:30:36Z)
Dub
Repo
Json.opApply
vson
json
Json
Allows foreach iterating over JSON objects and arrays.
int
opApply
(int delegate(ref Json obj) del)
int
opApply
(int delegate(ref const Json obj) del)
int
opApply
(int delegate(ref size_t idx, ref Json obj) del)
int
opApply
(int delegate(ref size_t idx, ref const Json obj) del)
int
opApply
(int delegate(ref string idx, ref Json obj) del)
struct
Json
int
opApply
(
int
delegate
(
ref
string
idx
,
ref
Json
obj
)
del
)
int
opApply
(int delegate(ref string idx, ref const Json obj) del)
Meta
Source
See Implementation
vson
json
Json
aliases
opDollar
constructors
this
enums
Type
functions
appendArrayElement
clone
opApply
opAssign
opBinary
opBinaryRight
opCast
opCmp
opEquals
opIndex
opOpAssign
opSlice
opUnary
remove
toPrettyString
toString
properties
emptyArray
emptyObject
get
length
opDispatch
opt
to
type
typeId
undefined
variables
line
Allows foreach iterating over JSON objects and arrays.