serialized v1.5.6 (2022-07-15T12:40:10Z)
Dub
Repo
JSONOutputRange.put
funkwerk
stdx
data
json
generator
JSONOutputRange
Writes a single JSON primitive to the destination character range.
void
put
(JSONParserNode node)
void
put
(JSONToken token)
void
put
(typeof(null) )
void
put
(bool value)
void
put
(long value)
void
put
(BigInt value)
void
put
(double value)
void
put
(JSONString value)
struct
JSONOutputRange
(R, GeneratorOptions options = GeneratorOptions.init)
void
put
(
JSONString
value
)
if
(
isOutputRange
!(
R
,
char
)
)
void
put
(string value)
Meta
Source
See Implementation
funkwerk
stdx
data
json
generator
JSONOutputRange
constructors
this
functions
put
Writes a single JSON primitive to the destination character range.