ocean ~v6.x.x (2022-01-14T16:08:36.1174149)
Dub
Repo
JsonValue.print
ocean
text
json
Json
Json
JsonValue
Emit a text representation of this value to the given OutputStream
const
(
T
)[]
print
(const(T)[] space, int decimals)
Value
print
(OutputStream s, const(T)[] space, int decimals)
struct
JsonValue
Value
print
(
OutputStream
s
,
const
(
T
)[]
space
= null
,
int
decimals
= 2
)
Value
print
(void delegate(const(T)[]) append, const(T)[] space, int decimals)
Meta
Source
See Implementation
ocean
text
json
Json
Json
JsonValue
aliases
set
functions
opEquals
print
reset
toArray
toBool
toNumber
toObject
toString
variables
type
Emit a text representation of this value to the given OutputStream