Uses of Interface
com.restfb.json.WriterConfig
-
Uses of WriterConfig in com.restfb.json
Modifier and TypeClassDescriptionclass
Enables human readable JSON output by inserting whitespace between values.after commas and colons.Modifier and TypeFieldDescriptionstatic final WriterConfig
WriterConfig.MINIMAL
Write JSON in its minimal form, without any additional whitespace.static final WriterConfig
WriterConfig.UNICODE
Write JSON in its minimal form, but escape almost all unicode signs; umlauts, smileys and more are escapedModifier and TypeMethodDescriptionJsonValue.toString
(WriterConfig config) Returns the JSON string for this value using the given formatting.void
JsonValue.writeTo
(Writer writer, WriterConfig config) Writes the JSON representation of this value to the given writer using the given formatting.