public static interface Json.Writer extends playn.core.json.JsonSink<Json.Writer>
JsonSink that writes JSON to a string.| Modifier and Type | Method and Description |
|---|---|
Json.Writer |
useVerboseFormat(boolean verbose)
Tells the writer whether to use a verbose, more human-readable
String
representation. |
java.lang.String |
write()
Completes this JSON writing session and returns the internal representation as a
String. |
java.lang.String write()
String.Json.Writer useVerboseFormat(boolean verbose)
String
representation.Copyright © 2018. All Rights Reserved.