A GUI tool for bidirectional conversion between JSON and TOON to optimize LLM token usage.

1 Open Issue Need Help Last updated: Nov 22, 2025

Open Issues Need Help

View All on GitHub

AI Summary: TokenWise currently bypasses conversion logic when the input and output formats are the same (e.g., JSON to JSON or TOON to TOON), returning the input unchanged. This behavior prevents users from normalizing or cleaning malformed data, such as poorly structured JSON or uncleaned TOON, when they expect the tool to process and fix it. The issue requests adding specific normalization logic for these same-format conversions.

Complexity: 3/5
bug good first issue

A GUI tool for bidirectional conversion between JSON and TOON to optimize LLM token usage.

Go