Skip to Content
DocumentationEditorOverview

Forge JSON Editor Overview

Edit, compare, and manage JSON safely β€” with version history, diff tools, and predictable syncing.


What you can do

  • Edit JSON with instant feedback
  • Compare changes side-by-side
  • Track every version automatically
  • Sync across tabs and devices
  • Detect and fix invalid JSON

Key ideas

  • One editor at a time Only one tab can edit a document. Others are read-only.

  • Auto-save in the background Local edits are instant. Saving happens automatically.

  • Versioned history Every change creates a version you can review or restore.

  • Two-panel system Use left and right panels to edit, compare, or preview.


What do you want to do?


Common workflows

Edit and save

  1. Open a document
  2. Start editing β€” changes apply instantly
  3. Wait for Saved status in the status bar

For a guided path through editing, comparing, and running transforms, see Edit, Compare, and Transform.


Compare changes

  1. Open the same document in both panels
  2. Load different versions
  3. Enable compare mode β€” see differences highlighted

Fix invalid JSON

  1. Edit freely (even if invalid)
  2. Errors appear inline
  3. Use repair tools to fix before saving

Sync across tabs

  1. Edit in one tab
  2. Other tabs receive updates after a short delay
  3. If a newer version exists β†’ Update available

Core features

Editing


Compare


Automation


Data & Sync


Tools


Import & Sharing


Interface


Quick summary

  • One writer per document
  • Auto-save with a short delay
  • Every change is versioned
  • Sync is eventual, not real-time
  • Changes are never auto-merged

Next step

To understand how everything works together:

Core Concepts

Last updated on