Class JsonPrettifier

java.lang.Object
put.ai.se.jsontools.core.format.JsonFormatter
put.ai.se.jsontools.core.format.JsonPrettifier
All Implemented Interfaces:
FormattableJson

public class JsonPrettifier extends JsonFormatter
The JsonPrettifier class provides functionality to prettify (format with indentation) JSON data. It acts as a decorator for a JsonFormattable object and modifies its behavior accordingly.
  • Constructor Details

    • JsonPrettifier

      public JsonPrettifier(FormattableJson source)
      Constructs a new JsonPrettifier object with the specified source.
      Parameters:
      source - the JsonFormattable object to be prettified
  • Method Details