Pasteon
Official

CSV / JSON Converter

Convert CSV to JSON, JSON to CSV, or a JSON array to a Markdown table.

Editor mode
Script Filter
Category
developer
Supported inputs
Text, JSON, FileURL
Distribution
Install from Workflow Hub
Example input
name,plan
Pasteon,Pro
Example output
[
  {
    "name": "Pasteon",
    "plan": "Pro"
  }
]

When it appears

Pasteon shows this Workflow only for matching Text, JSON, FileURL clipboard items.

What it can access

The Workflow receives the selected clipboard item and the runtime context required for its declared action.

Customize safely

Duplicate or edit the Workflow in Pasteon Settings. Review imported code and Variables before enabling it.

Build your own clipboard Workflow

Learn visual Steps, Code mode, Variables, Script Filters, and the complete runtime protocol.