Documentation of 'org.jlab.hipo.json.WriterConfig' Java class
WriterConfig
org.jlab.hipo.json

Class WriterConfig

  • Direct Known Subclasses:
    PrettyPrint


    public abstract class WriterConfig
    extends java.lang.Object
    Controls the formatting of the JSON output. Use one of the available constants.
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static WriterConfig MINIMAL
      Write JSON in its minimal form, without any additional whitespace.
      static WriterConfig PRETTY_PRINT
      Write JSON in pretty-print, with each value on a separate line and an indentation of two spaces.
    • Constructor Summary

      Constructors 
      Constructor and Description
      WriterConfig() 
    • Method Summary

      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • MINIMAL

        public static WriterConfig MINIMAL
        Write JSON in its minimal form, without any additional whitespace. This is the default.
      • PRETTY_PRINT

        public static WriterConfig PRETTY_PRINT
        Write JSON in pretty-print, with each value on a separate line and an indentation of two spaces.
    • Constructor Detail

      • WriterConfig

        public WriterConfig()

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.