Package put.ai.se.jsontools.core.format
Interface FormattableJson
- All Known Implementing Classes:
JsonFilter
,JsonFormatter
,JsonMinifier
,JsonPrettifier
,JsonValidator
public interface FormattableJson
-
Method Summary
Modifier and TypeMethodDescriptiongetProcessed
(FormatArguments arguments) Returns the processed JSON string based on the provided format arguments.
-
Method Details
-
getProcessed
Returns the processed JSON string based on the provided format arguments.- Parameters:
arguments
- The format arguments.- Returns:
- The processed JSON string.
-