Currently, TokenWise only performs conversions when the input and output format differ (JSON->TOON or TOON->JSON).
When the formats are the same (JSON->JSON or TOON->TOON), the converter simply returns the input unchanged.
This causes incorrect behavior when the user pastes JSON but the structure is malformed, or when the user pastes TOON and wants it cleaned/normalized.
