jsonwrap ~master (2023-03-14T15:51:55Z)
Dub
Repo
safe
jsonwrap
Works like as!T but it doesn't convert between types.
SafeValue
!
T
safe
(JSONValue json, string path, T defaultValue)
pure nothrow
SafeValue
!
T
safe
(
T
)
(
in
JSONValue
json
,
in
string
path
= ""
,
in
T
defaultValue
=
T.init
)
SafeValue
!(
typeof
(
null
))
safe
(JSONValue json, string path)
Meta
Source
See Implementation
jsonwrap
aliases
JSAB
JSOB
get
functions
JsonArrayBuilder
JsonObjectBuilder
append
as
exists
parse
put
read
remove
safe
structs
SafeValue
Works like as!T but it doesn't convert between types.