structjson v0.0.1 (2022-02-10T12:30:06Z)
Dub
Repo
toJSON
structjson
string
toJSON
(JSONValue root, bool pretty, JSONOptions options)
void
toJSON
(Out json, JSONValue root, bool pretty, JSONOptions options)
void
toJSON
(
Out
)
(
auto
ref
Out
json
,
const
ref
JSONValue
root
,
in
bool
pretty
= false
,
in
JSONOptions
options
=
JSONOptions.none
)
if
(
isOutputRange
!(
Out
,
char
)
)
Meta
Source
See Implementation
structjson
aliases
JSON_TYPE
classes
JSONException
enums
JSONFloatLiteral
JSONOptions
JSONType
functions
parseJSON
toJSON
structs
JSONValue