Uses of Class
net.sourceforge.plantuml.json.WriterConfig
Packages that use WriterConfig
-
Uses of WriterConfig in net.sourceforge.plantuml.json
Subclasses of WriterConfig in net.sourceforge.plantuml.jsonModifier and TypeClassDescriptionclass
Enables human readable JSON output by inserting whitespace between values.after commas and colons.Fields in net.sourceforge.plantuml.json declared as WriterConfigModifier and TypeFieldDescriptionstatic WriterConfig
WriterConfig.MINIMAL
Write JSON in its minimal form, without any additional whitespace.static WriterConfig
WriterConfig.PRETTY_PRINT
Write JSON in pretty-print, with each value on a separate line and an indentation of two spaces.Methods in net.sourceforge.plantuml.json with parameters of type WriterConfigModifier 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.