Uses of Interface
put.ai.se.jsontools.core.format.FormattableJson
Packages that use FormattableJson
-
Uses of FormattableJson in put.ai.se.jsontools.core.format
Classes in put.ai.se.jsontools.core.format that implement FormattableJsonModifier and TypeClassDescriptionclass
The JsonFilter class provides functionality to filter JSON data based on specified filter parameters.class
class
The JsonMinifier class is responsible for minifying JSON data by removing whitespace and unnecessary characters.class
The JsonPrettifier class provides functionality to prettify (format with indentation) JSON data.class
Checks if given input is in correct JSON format.Fields in put.ai.se.jsontools.core.format declared as FormattableJsonConstructors in put.ai.se.jsontools.core.format with parameters of type FormattableJsonModifierConstructorDescriptionJsonFilter
(FormattableJson source) Constructs a new JsonFilter object with the specified source.JsonFormatter
(FormattableJson source) Constructs a new `JsonFormatter` object with the provided source.JsonMinifier
(FormattableJson source) Constructs a JsonMinifier object with the specified source.JsonPrettifier
(FormattableJson source) Constructs a new JsonPrettifier object with the specified source.