serialized ~master (2021-10-14T13:36:09Z)
Dub
Repo
JSONOutputRange.put
funkwerk
stdx
data
json
generator
JSONOutputRange
Writes a single JSON primitive to the destination character range.
void
put
(JSONParserNode!String node)
void
put
(JSONToken!String token)
void
put
(typeof(null) )
void
put
(bool value)
void
put
(long value)
void
put
(BigInt value)
struct
JSONOutputRange
(R, GeneratorOptions options = GeneratorOptions.init)
void
put
(
BigInt
value
)
if
(
isOutputRange
!(
R
,
char
)
)
void
put
(double value)
void
put
(JSONString!String value)
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.