vson ~master (2015-03-22T05:30:36Z)
Dub
Repo
Json.opIndex
vson
json
Json
Allows direct indexing of object typed JSON values using a string as the key.
inout
(
Json
)
opIndex
(size_t idx)
const
(
Json
)
opIndex
(string key)
struct
Json
const
const
(
Json
)
opIndex
(
string
key
)
Json
opIndex
(string key)
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 direct indexing of object typed JSON values using a string as the key.