JSON Editor

Description

The JSON editor allows editing a flow's raw JSON representation.

Motivation

Experienced users may prefer editing JSON directly to copy sections or adjust complex structures quickly.

Example

{
  "title": "Raw Edit",
  "steps": []
}

Questions & Answers

Q: Does the editor validate JSON?
A: Yes, invalid JSON will show an error.

Comments

The visual and JSON editors remain synchronized, allowing you to switch between them at any time.

Other Uses

Use copy and paste in the JSON editor to duplicate flows or share snippets.