All Classes and Interfaces

Class
Description
Handles encoding of JSON arrays to TOON format.
Constants used throughout the JToon encoding process.
Configuration options for decoding TOON format to Java objects.
Delimiter options for tabular array rows and inline primitive arrays.
Configuration options for encoding data to JToon format.
Formats headers for arrays and tables in TOON format.
Configuration for header formatting.
Normalizes Java objects to Jackson JsonNode representation.
Main entry point for encoding and decoding TOON (Token-Oriented Object Notation) format.
Line writer that accumulates indented lines for building the final output.
Handles encoding of objects as list items in non-uniform arrays.
Handles encoding of JSON objects to TOON format.
Path expansion mode for decoding dotted keys.
Encodes primitive values and object keys for TOON format.
Handles string escaping for TOON format.
Validates strings for safe unquoted usage in TOON format.
Detects and encodes uniform arrays of objects in efficient tabular format.
Main decoder for converting TOON-formatted strings to Java objects.
Core encoding orchestrator for converting JsonNode values to TOON format.