jsonwrap ~master (2023-03-14T15:51:55Z)
Dub
Repo
safe
jsonwrap
Shortcut. You can write safe!null instead of safe!(typeof(null))
SafeValue
!
T
safe
(JSONValue json, string path, T defaultValue)
SafeValue
!(
typeof
(
null
))
safe
(JSONValue json, string path)
pure nothrow
SafeValue
!(
typeof
(null))
safe
(
typeof
(null)
T
)
(
in
JSONValue
json
,
in
string
path
= ""
)
Meta
Source
See Implementation
jsonwrap
aliases
JSAB
JSOB
get
functions
JsonArrayBuilder
JsonObjectBuilder
append
as
exists
parse
put
read
remove
safe
structs
SafeValue
Shortcut. You can write safe!null instead of safe!(typeof(null))