haxe.format.JsonPrinter
haxe.format.JsonPrinter
Fields
| Name | Type | |
|---|---|---|
buf | StringBuf | |
replacer | Fun | |
indent | String | |
pretty | Bool | |
nind | I32 | |
| static | print | Fun |
Protos
f@31053write(haxe.format.JsonPrinter, Dyn, Dyn) → Voidf@31054classString(haxe.format.JsonPrinter, Dyn) → Voidf@31055fieldsString(haxe.format.JsonPrinter, Dyn, hl.types.ArrayObj) → Voidf@31056quote(haxe.format.JsonPrinter, String) → Void
Bindings
- static
f@31057__constructor__(haxe.format.JsonPrinter, Fun, String) → Void - static
f@6716print(Dyn, Fun, String) → String