A JSON Printer that prints to a String
.
no subtypes hierarchy
Initializer |
StringPrinter(Boolean pretty = false) Parameters:
|
Attributes | |
string | Source Codeshared actual default String string Returns the printed JSON Refines Object.string |
Inherited Attributes |
Attributes inherited from: Object |
Methods | |
print | Source Codeshared actual void print(String string) Appends the given value to our Refines Printer.print |
Inherited Methods |
Methods inherited from: Object |
Methods inherited from: Printer |