Skip to content

Update json-io description to include TOON format support#1174

Merged
akullpp merged 1 commit into
akullpp:masterfrom
jdereg:update-json-io-toon-support
Jan 29, 2026
Merged

Update json-io description to include TOON format support#1174
akullpp merged 1 commit into
akullpp:masterfrom
jdereg:update-json-io-toon-support

Conversation

@jdereg

@jdereg jdereg commented Jan 25, 2026

Copy link
Copy Markdown
Contributor

json-io recently added full TOON (Token-Oriented Object Notation) read/write support in v4.85.0.

TOON is a compact format designed for LLM token efficiency (~40-50% fewer tokens than JSON), which is increasingly relevant as Java developers integrate with AI services.

Updated the description to reflect this new capability while keeping it concise.

Change:

  • Old: Convert Java to JSON. Convert JSON to Java. Pretty print JSON. Java JSON serializer.
  • New: Convert Java to JSON/TOON and back. Supports complex object graphs, cyclic references, and TOON format for 40-50% LLM token savings.

@akullpp akullpp merged commit 35b9dd8 into akullpp:master Jan 29, 2026
@jdereg jdereg deleted the update-json-io-toon-support branch March 1, 2026 13:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants