All Classes and Interfaces
Class
Description
The JsonFilterParams class represents parameters for filtering JSON data.
The objective of the JsonFormatParams class is to provide a base class for
defining parameters used for formatting JSON strings.
It performs formatting operations such as minification, prettification, and
filtering on the JSON string.
The JsonFilter class provides functionality to filter JSON data based on
specified filter parameters.
The JsonMinifier class is responsible for minifying JSON data by removing
whitespace and unnecessary characters.
The JsonPrettifier class provides functionality to prettify (format with
indentation) JSON data.
Checks if given input is in correct JSON format.