jsonwrap ~master (2023-03-14T15:51:55Z)
Dub
Repo
append
jsonwrap
Append value to array. Array is created if not exists.
pure ref
JSONValue
append
(
T
)
(
return
ref
JSONValue
json
,
in
string
path
,
in
T
value
)
Meta
Source
See Implementation
jsonwrap
aliases
JSAB
JSOB
get
functions
JsonArrayBuilder
JsonObjectBuilder
append
as
exists
parse
put
read
remove
safe
structs
SafeValue
Append value to array. Array is created if not exists.