ocean v5.1.3 (2019-10-14T07:52:28Z)
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