Open Issues Need Help
View All on GitHub Add normalization logic for JSON to JSON and TOON to TOON conversions about 16 hours ago
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