jsonwrap v1.0.2 (2019-07-02T12:53:52Z)
Dub
Repo
get
jsonwrap
Undocumented in source. Be warned that the author may not have intended to support it.
SafeValue
!
T
get
(JSONValue json, string path, T defaultValue)
pure nothrow
SafeValue
!
T
get
(
T
)
(
in
JSONValue
json
,
in
string
path
= ""
,
in
T
defaultValue
=
T.init
)
SafeValue
!(
typeof
(
null
))
get
(JSONValue json, string path)
Meta
Source
See Implementation
jsonwrap
aliases
JSAB
JSOB
functions
JsonArrayBuilder
JsonObjectBuilder
as
exists
get
put
read
remove
structs
SafeValue