TOON to JSON Converter

    Convert TOON back into formatted JSON for debugging, validation, or API workflows.

    Valid
    Browser only
    Paste content, upload a file, or drop it here. Nothing is uploaded.
    TOON Input
    7 lines
    1
    2
    3
    4
    5
    6
    7
    JSON Output
    26 lines
    Ready
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    17
    18
    19
    20
    21
    22
    23
    24
    25
    26
    root
    |-- users[3]
      |-- item
        |-- id: number
        |-- name: string
        |-- email: string
        |-- role: string
    |-- meta
      |-- source: string
      |-- active: boolean
    Input chars
    164
    Output chars
    401
    Input lines
    7
    Output lines
    26