libdjson ~master (2022-03-23T15:06:24.9383917)
Dub
Repo
JSONObject.opIndexAssign
libdjson
json
JSONObject
Operator overload for setting keys in the AA.
void
opIndexAssign
(JSONType type, string key)
class
JSONObject
version(!D_Version2)
void
opIndexAssign
(
JSONType
type
,
string
key
)
void
opIndexAssign
(string val, string key)
void
opIndexAssign
(bool val, string key)
void
opIndexAssign
(long val, string key)
void
opIndexAssign
(real val, string key)
void
opIndexAssign
(int val, string key)
Meta
Source
See Implementation
libdjson
json
JSONObject
constructors
this
functions
length
opApply
opIn_r
opIndex
opIndexAssign
parse
toPrettyString
toString
variables
_children
Operator overload for setting keys in the AA.