TON Tools

Validate, convert, and work with TON (Text Object Notation) documents

TON Validator

Validate TON syntax and check for errors in your documents.

Open Tool

TON to JSON

Convert TON documents to JSON format for interoperability.

Open Tool

TON to XML

Convert TON documents to XML format.

Open Tool

TON to CSV

Convert TON arrays to CSV format for spreadsheet applications.

Open Tool

TON to HTML

Convert TON to formatted HTML with syntax highlighting.

Open Tool

TON to HTML Table

Convert TON arrays to HTML tables.

Open Tool

TON to Markdown

Convert TON to Markdown format for documentation.

Open Tool

TON to Markdown Table

Convert TON arrays to Markdown table format.

Open Tool

TON to YAML

Convert TON to YAML format for configuration files.

Open Tool

About TON (Text Object Notation)

TON is a human-friendly data serialization format designed to be cleaner and more readable than JSON. Key features include:

  • No commas required - Line breaks naturally separate values
  • Unquoted keys - Property names don't need quotes
  • Comments supported - Use // for single-line and /* */ for multi-line comments
  • Multi-line strings - Use triple quotes """ for multi-line text

Learn more at tonspec.com | Install: npm install @devpossible/ton