Interface FormattableJson

All Known Implementing Classes:
JsonFilter, JsonFormatter, JsonMinifier, JsonPrettifier, JsonValidator

public interface FormattableJson
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the processed JSON string based on the provided format arguments.
  • Method Details

    • getProcessed

      String getProcessed(FormatArguments arguments)
      Returns the processed JSON string based on the provided format arguments.
      Parameters:
      arguments - The format arguments.
      Returns:
      The processed JSON string.