tango v1.0.0+2.066 (2014-08-19T00:10:20Z)
Home
Dub
Repo
JsonValue.print
tango
text
json
Json
Json
JsonValue
Emit a text representation of this value to the given OutputStream
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
tango
text
json
Json
Json
JsonValue
aliases
set
functions
equals
print
reset
toArray
toBool
toNumber
toObject
toString
variables
type
Emit a text representation of this value to the given OutputStream