ocean v6.1.0 (2021-04-20T01:38:04Z)
Home
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