TOON Viewer & Parser

    v1.0.4

    Parse, format, and convert TOON (Tabular Object Notation) data. View as interactive tables.

    TOON Input
    1
    Output
    Output will appear here...
    Leng: 0 charsUTF-8TOON
    Ready

    How to Use

    1. 1

      Enter your TOON data

      Paste TOON data or click 'Sample'. You can also upload a .toon file.

    2. 2

      View as tables

      Switch to 'Table' view to see interactive, collapsible tables.

    3. 3

      Convert or export

      Convert to JSON or export table data to CSV.

    Frequently Asked Questions

    TOON (Tabular Object Notation) is a human-readable data format designed for configuration files and tabular data. It combines the simplicity of YAML-like syntax with built-in support for arrays with column headers.

    TOON uses a more human-readable syntax without curly braces and quotation marks. It has native support for tabular data with column headers defined inline (e.g., users[3]{id,name,email}:).

    Yes! Use 'To JSON' to convert TOON data to JSON, or 'From JSON' to convert JSON objects back to TOON format.

    Related Tools