Skip to Content
DocumentationQuick Start

Quick Start

Get up and running with Forge Json in under a minute.

Try the editor

  1. Open the Demo Editor  (no sign-in required)
  2. The left panel contains sample JSON — try editing a value by double-clicking it in tree view
  3. Switch between Tree, Text, and Table views using the toolbar buttons
  4. Use Ctrl+Z to undo and Ctrl+Y to redo

The demo editor saves to your browser’s localStorage. Your changes persist between sessions.

Try a pipeline

  1. Open the Demo Pipeline  (no sign-in required)
  2. Click Add Step to add a utility (e.g., “Clean JSON”)
  3. Connect the Input node’s output to the step’s input by dragging between the handles
  4. Configure the step and click Run to see the result

Key features at a glance

FeatureWhere to find it
Dual-panel editorLeft and right panels for comparing or editing two JSON files
Tree view editingDouble-click any value to edit inline; right-click for context menu
Find & ReplaceCtrl+F in the editor, supports regex and expression-based replacements
Pipeline builderVisual canvas for chaining JSON transformations
23+ built-in utilitiesBrowse in the Store 
Version historySidebar → Versions tab (auto-saved every second)
API accessREST endpoints for documents, pipelines, and utilities
Real-time collaborationShare a document with others for live co-editing

Sign in for more

Create a free account to unlock:

  • Cloud-saved documents with full version history
  • Named pipelines saved to your dashboard
  • API keys for REST access
  • Team collaboration with shared sessions

Next steps

Last updated on