Pasteon
OfficialBuilt-in

Format JSON

Pretty-print copied JSON with readable indentation before pasting.

Editor mode
Steps
Category
developer
Supported inputs
JSON
Distribution
Included with Pasteon
Example input
{"name":"Pasteon","pro":true}
Example output
{
  "name": "Pasteon",
  "pro": true
}

When it appears

Pasteon shows this Workflow only for matching JSON 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.