Package io.github.qishr.cascara.lang.json.processor
Class JsonPrettyPrinter
java.lang.Object
io.github.qishr.cascara.lang.json.processor.JsonPrettyPrinter
public class JsonPrettyPrinter
Constructor Summary
| Constructor | Description |
|---|---|
| JsonPrettyPrinter(Writer writer) |
Method Summary
| Modifier and Type | Method | Description |
|---|---|---|
| public void | print(JsonNode node) |
Method Details
public void print(JsonNode node)
Throws: