serialized ~master (2021-10-14T13:36:09Z)
Dub
Repo
JSONObject.require
text
json
Validation
JSONObject
inout
(
JSONValue
)
require
(string name)
struct
JSONObject
inout pure @
safe
inout
(
JSONValue
)
require
(
string
name
)
inout
(
T
)
require
(string name)
inout
(
T
)
require
(string name, T fallback)
inout
(
Nullable
!
T
)
require
(string name)
Throws
JSONException when the name is no attribute of the object.
Meta
Source
See Implementation
text
json
Validation
JSONObject
functions
require
variables
attributes